diff --git a/zshrc b/zshrc index d5fde53..360b8c0 100644 --- a/zshrc +++ b/zshrc @@ -48,7 +48,7 @@ fi #Change ls alias based on host OS unamestr=`uname` if [[ "$unamestr" == 'Linux' ]]; then - alias ls='ls --color=auto' + alias ls='ls -lh --color=auto' elif [[ "$unamestr" == 'Darwin' ]]; then alias ls='ls -lhG' fi