Condition for LS_COLORS updated.
This commit is contained in:
parent
c1b1da5835
commit
2e02a00e96
@ -14,5 +14,8 @@ export PROMPT_COMMAND='history -a'
|
|||||||
|
|
||||||
unset DBUS_SESSION_BUS_ADDRESS
|
unset DBUS_SESSION_BUS_ADDRESS
|
||||||
|
|
||||||
[[ -f $HOME/.dircolors ]] && eval $(dircolors -b $HOME/.dircolors)
|
if [[ "linux" == "$TERM" && -f $HOME/.dircolors ]]; then
|
||||||
[[ -n "$DISPLAY" ]] && [[ -f $HOME/.dircolors_256 ]] && eval $(dircolors -b $HOME/.dircolors_256)
|
eval $(dircolors -b $HOME/.dircolors)
|
||||||
|
elif [[ "linux" != "$TERM" && -f $HOME/.dircolors_256 ]]; then
|
||||||
|
eval $(dircolors -b $HOME/.dircolors_256)
|
||||||
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user