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