X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=zsh%2Fzshrc;h=8557823c1cdff3bced521ba5d3e1e9245bec8295;hb=a76c72689f107ccd45e50f177eb40d27e60ae5d0;hp=518238f8c0bdca3fe6ba65bd33b991381595653e;hpb=6150cd9d9e10c10dfef605ab236f54fed633d600;p=dotfiles.git diff --git a/zsh/zshrc b/zsh/zshrc index 518238f..8557823 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -211,3 +211,4 @@ export ZSHHOME="$HOME/.zsh" [[ -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'