there are systems without dircolors

This commit is contained in:
2020-08-17 00:05:11 +02:00
parent aaa00dd4cb
commit ae15b25eb7

View File

@@ -89,4 +89,6 @@ sshn() {
ssh -N -L ${1}:localhost:${2} $3 ssh -N -L ${1}:localhost:${2} $3
} }
if [[ -x /usr/bin/dircolors ]]; then
eval "$(dircolors)" eval "$(dircolors)"
fi