exit alias -> killall tmux; removed all traces of emacs
This commit is contained in:
7
Makefile
7
Makefile
@@ -1,13 +1,8 @@
|
||||
all: bash emacs ghc git input python scripty tmux valgrind vim zsh
|
||||
|
||||
without-emacs: bash ghc git input python scripty tmux valgrind vim zsh
|
||||
all: bash ghc git input python scripty tmux valgrind vim zsh
|
||||
|
||||
bash:
|
||||
cp bash_profile ~/.bash_profile
|
||||
|
||||
emacs:
|
||||
cp -r .emacs.d ~/
|
||||
|
||||
ghc:
|
||||
cp -r cabal/config ~/.cabal/config
|
||||
cp ghci ~/.ghci
|
||||
|
1
zshrc
1
zshrc
@@ -61,6 +61,7 @@ alias emptytrash="sudo rm -rfv /Volumes/*/.Trashes; sudo rm -rfv ~/.Trash; sudo
|
||||
alias dud="du -d 1"
|
||||
alias loc="cloc *"
|
||||
alias ls="ls -a"
|
||||
alias exit="killall tmux"
|
||||
alias quit="exit"
|
||||
alias howmuch="git ls-tree -r -z --name-only HEAD -- . | xargs -0 -n1 git blame --line-porcelain HEAD | grep '^author '| sort | uniq -c | sort -nr"
|
||||
alias clipboard_clear="echo lol | pbcopy"
|
||||
|
Reference in New Issue
Block a user