Attempting to fix ls command on mac

This commit is contained in:
Tony Grosinger 2013-03-22 14:26:38 -07:00
parent cdcb6f9bae
commit 441929b785

View File

@ -1,7 +1,10 @@
# Navigation
if [[ ! "$OSTYPE" == darwin* ]];
then
alias ls="ls --color=auto"
fi
alias c="clear & ls"
alias ..="cd .."
alias ls="ls --color=auto"
alias la="ls -lha"
# Applications