From 97d0f9bbcb340e8186f059468aa0b9568fe55375 Mon Sep 17 00:00:00 2001 From: Peng Li Date: Mon, 4 May 2015 22:17:56 +0800 Subject: [PATCH] zsh: alias 256 color term for emacs --- zsh/zshrc | 1 + 1 file changed, 1 insertion(+) 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' -- 2.11.0