1
0
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:
2020-01-23 17:08:50 +01:00
parent 6c01d56c1b
commit 015ea172eb
2 changed files with 193 additions and 1 deletions

View File

@ -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