X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=zsh%2Fzshrc;h=b0e385770e9147aa283def65da55e1333468ebb1;hb=3f6be1036862ef97dd2ddb4ba4e1bc40803e51ec;hp=eb6b03957301024ec69ce527ac027b93cdb514bd;hpb=0035b56e86070c2a5e0b1cb451f8fcebbcb5b49d;p=dotfiles.git diff --git a/zsh/zshrc b/zsh/zshrc index eb6b039..b0e3857 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -210,3 +210,6 @@ 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/'