Show color on ls in freebsd

main
Buddy Sandidge 12 years ago
parent 0fec67db4c
commit 7e8ceb2790

@ -22,6 +22,9 @@ fi
if [[ `uname` == 'FreeBSD' ]]; then if [[ `uname` == 'FreeBSD' ]]; then
alias ls='ls -G' alias ls='ls -G'
fi fi
if [[ `uname` == 'FreeBSD' ]]; then
alias ls='ls -G'
fi
# enable color support of ls and also add handy aliases # enable color support of ls and also add handy aliases
if [ -x /usr/bin/dircolors ]; then if [ -x /usr/bin/dircolors ]; then

Loading…
Cancel
Save