fix one still existing occurance of non-full path in colorls.sh
This commit is contained in:
parent
c8a534c05b
commit
5efe9439ad
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ if [ -z "$USER_LS_COLORS" ]; then
|
|||
fi
|
||||
|
||||
[ -z "$LS_COLORS" ] && return
|
||||
grep -qi "^COLOR.*none" $COLORS >/dev/null 2>/dev/null && return
|
||||
/usr/bin/grep -qi "^COLOR.*none" $COLORS >/dev/null 2>/dev/null && return
|
||||
fi
|
||||
|
||||
unset TMP COLORS INCLUDE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue