X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;ds=sidebyside;f=zsh%2Fzshrc;h=b0e385770e9147aa283def65da55e1333468ebb1;hb=ead4f202d58421c31b50ef662d1ee5429543599c;hp=aee1bf2ac7dc9eb7d22b8c1319a9e30c29bcdfb1;hpb=5253668648acf66c192e5011d3bd9330e30e753b;p=dotfiles.git diff --git a/zsh/zshrc b/zsh/zshrc index aee1bf2..b0e3857 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -90,6 +90,8 @@ alias ln='ln -i' #alias svn='colorsvn' alias sed='/usr/local/bin/gsed' +alias 'git log'='git log --oneline --graph --all --color --decorate --abbrev-commit' + ########################### zsh completion ########################## @@ -207,3 +209,7 @@ export ZSHHOME="$HOME/.zsh" #` git log --oneline --abbrev-commit --all --graph --decorate --color ` [[ -s `brew --prefix`/etc/autojump.sh ]] && . `brew --prefix`/etc/autojump.sh + +alias emacs='TERM=xterm-256color emacs -nw' + +alias tw='open -a /Applications/TextWrangler.app/'