From 99ebc7439ec29097fb64b1e027926d1f0a2e7f13 Mon Sep 17 00:00:00 2001 From: hellerve Date: Fri, 17 Jul 2015 16:38:33 +0200 Subject: [PATCH] exit alias -> killall tmux; removed all traces of emacs --- Makefile | 7 +------ zshrc | 1 + 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 1936f37..6f5f8eb 100644 --- a/Makefile +++ b/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 diff --git a/zshrc b/zshrc index 81c95bc..59adf24 100644 --- a/zshrc +++ b/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"