update zshrc

This commit is contained in:
arcan1s
2014-08-06 13:06:07 +04:00
parent d23c16afad
commit fe8d4a7ff3
2 changed files with 9 additions and 3 deletions

View File

@ -307,3 +307,6 @@ export PATH="$PATH:$HOME/.local/bin/"
# color gcc
export GCC_COLOR="auto"
# fix urxvt
if [[ ${TERM} =~ "rxvt-unicode-*" ]] export TERM="xterm"