Show colors in bsd for ls

main
Buddy Sandidge 12 years ago
parent 880c651ade
commit ae31073b9b

@ -19,6 +19,9 @@ else
# linux only alias # linux only alias
alias push-to-player="rsync -recursive --verbose --times --modify-window=1 --delete $pods_dir `mount -l | awk '/podcasts/ {print $3}'`/podcast/" alias push-to-player="rsync -recursive --verbose --times --modify-window=1 --delete $pods_dir `mount -l | awk '/podcasts/ {print $3}'`/podcast/"
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