Hack for gnome-terminal.

This commit is contained in:
Gea-Suan Lin
2014-11-05 01:57:57 +08:00
parent ff565d71a8
commit 9bf59a0e34
2 changed files with 8 additions and 2 deletions

4
.zshrc
View File

@@ -88,6 +88,10 @@ else
alias "ls=/bin/ls -aF"
fi
#
if [[ "$COLORTERM" == "gnome-terminal" ]]; then
export TERM=xterm-256color
fi
#
export BLOCKSIZE="k"
export EDITOR="vim"
export GIT_PAGER="less"