emacs - linum, disable linum-mode on help, and fix a bug
[dotfiles.git] / zsh / zshrc
index 518238f..9b3fd68 100644 (file)
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -211,3 +211,7 @@ 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/'
+export LANG='en_US.UTF-8'
+export LC_ALL="en_US.UTF-8"