LS_COLORS set by dircolors.
This commit is contained in:
parent
770b4ca185
commit
fa87bdcfc9
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue