update ls alias

pull/1/head
Andrew Coleman 2018-09-17 21:18:35 -04:00
parent 3ccdf4d8a9
commit aac549aebb
1 changed files with 6 additions and 0 deletions

View File

@ -1,2 +1,8 @@
alias dotfiles='git --git-dir=$HOME/dotfiles.git/ --work-tree=$HOME'
alias nokeyssh="ssh -o PubkeyAuthentication=no"
if [ `uname -s` == 'Linux' ] ; then
alias ls="ls --color=auto"
fi
if [ `uname -s` == 'BSD' ] ; then
alias ls="ls -G"
fi