diff --git a/zshrc b/zshrc index 23f6eca..a403289 100644 --- a/zshrc +++ b/zshrc @@ -46,6 +46,7 @@ alias gdfs='git diff --staged' alias gad='git add' alias gcm='git commit' alias resource='source ~/.zshrc' +alias ls='ls --color=auto' if [ -f .zsh_environment ] then source ~/.zsh_environment