updatedzshrc to color gcc

This commit is contained in:
arcan1s 2014-05-13 18:29:38 +04:00
parent 56696885ab
commit b5571b6f2d
2 changed files with 7 additions and 1 deletions

5
zshrc
View File

@ -388,4 +388,7 @@ hash -d b=/usr/bin
umask 022 umask 022
# path # path
export PATH="$PATH:$HOME/.local/bin/:/opt/gromacs_old/bin/:$HOME/bin/namd:$HOME/bin/namd_gpu" export PATH="$HOME/.local/bin/:$HOME/.local/bin/namd:$HOME/.local/bin/namd_gpu:$PATH"
# color gcc
export GCC_COLOR="auto"

View File

@ -313,3 +313,6 @@ umask 022
# path # path
export PATH="$PATH:$HOME/.local/bin/" export PATH="$PATH:$HOME/.local/bin/"
# color gcc
export GCC_COLOR="auto"