exit alias -> killall tmux; removed all traces of emacs

This commit is contained in:
hellerve
2015-07-17 16:38:33 +02:00
parent 73dae23ae5
commit 99ebc7439e
2 changed files with 2 additions and 6 deletions

View File

@@ -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
View File

@@ -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"