LS_COLORS set by dircolors.

This commit is contained in:
Kolan Sh 2013-03-15 12:51:30 +04:00
parent 770b4ca185
commit fa87bdcfc9
1 changed files with 2 additions and 1 deletions

View File

@ -38,4 +38,5 @@ case $TERM in
;;
esac
eval `dircolors -b ~/.dircolors`
[[ -f $HOME/.dircolors ]] && eval $(dircolors -b $HOME/.dircolors)
[[ -n "$DISPLAY" ]] && [[ -f $HOME/.dircolors_256 ]] && eval $(dircolors -b $HOME/.dircolors_256)