LS_COLORS set by dircolors.

This commit is contained in:
Kolan Sh 2013-03-15 12:51:57 +04:00
parent f9c39cb3de
commit c1b1da5835
1 changed files with 2 additions and 1 deletions

View File

@ -14,4 +14,5 @@ export PROMPT_COMMAND='history -a'
unset DBUS_SESSION_BUS_ADDRESS
eval `dircolors -b ~/.dircolors`
[[ -f $HOME/.dircolors ]] && eval $(dircolors -b $HOME/.dircolors)
[[ -n "$DISPLAY" ]] && [[ -f $HOME/.dircolors_256 ]] && eval $(dircolors -b $HOME/.dircolors_256)