zsh: alias 256 color term for emacs
authorPeng Li <seudut@gmail.com>
Mon, 4 May 2015 14:17:56 +0000 (22:17 +0800)
committerPeng Li <seudut@gmail.com>
Mon, 4 May 2015 14:17:56 +0000 (22:17 +0800)
zsh/zshrc

index eb6b039..518238f 100644 (file)
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -210,3 +210,4 @@ 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'