there are systems without dircolors
This commit is contained in:
@@ -89,4 +89,6 @@ sshn() {
|
||||
ssh -N -L ${1}:localhost:${2} $3
|
||||
}
|
||||
|
||||
eval "$(dircolors)"
|
||||
if [[ -x /usr/bin/dircolors ]]; then
|
||||
eval "$(dircolors)"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user