Cleanup some BSD specific variables.

Linux and BSD pick up the ls colours variables under different
circumstances now.
This commit is contained in:
ADAM David Alan Martin
2018-06-20 15:30:25 -04:00
parent 0d1f7ce860
commit d67b689666
2 changed files with 2 additions and 4 deletions

View File

@ -55,6 +55,8 @@ switch( $CSHENV_SYSTEM_LS )
#FALLTHROUGH
case FreeBSD:
#For FreeBSD's ls(1), and derived utilities {Like MacOS X/Darwin's ls(1)}
setenv LSCOLORS 'ExFxcxdxbxegedabagacEB'
alias l ls -FG
breaksw