there are systems without dircolors
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user