From: Peng Li Date: Mon, 4 May 2015 14:17:56 +0000 (+0800) Subject: zsh: alias 256 color term for emacs X-Git-Url: http://47.100.26.94:8080/?a=commitdiff_plain;h=97d0f9bbcb340e8186f059468aa0b9568fe55375;p=dotfiles.git zsh: alias 256 color term for emacs --- diff --git a/zsh/zshrc b/zsh/zshrc index eb6b039..518238f 100644 --- 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'