mirror of
https://github.com/akelge/zsh
synced 2025-07-04 13:39:07 +00:00
Added custom dircolors to fix OW directories
This commit is contained in:
@ -4,7 +4,7 @@ if which dircolors > /dev/null; then
|
||||
if [ -f /etc/dir_colors ]; then
|
||||
eval `dircolors /etc/dir_colors`
|
||||
else
|
||||
eval `dircolors`
|
||||
eval `dircolors $BASE/zsh.d/Linux/dircolors`
|
||||
fi
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user