fix .profile.dircolor

This commit is contained in:
2021-06-25 13:22:01 +01:00
parent 3d0c46888d
commit 3e6aba7331

View File

@@ -7,7 +7,7 @@ if [ -n "$PS1" ]; then
# #
# Load better colors for ls. # Load better colors for ls.
# #
if [ -x $(which /bin/dircolors) ] && [ $c_num -ge 256 ] && [ -f ~/.dir_colors ]; then if [ -x "$(which /bin/dircolors)" -a $c_num -ge 256 -a -f ~/.dir_colors ]; then
eval $(dircolors ~/.dir_colors) eval $(dircolors ~/.dir_colors)
fi fi
fi fi