diff --git a/zsh/darwin.zshrc b/zsh/darwin.zshrc index 5155b9e..3d69ae7 100644 --- a/zsh/darwin.zshrc +++ b/zsh/darwin.zshrc @@ -1,6 +1,6 @@ #!/usr/bin/env zsh -alias ls='ls -G' +alias ls='ls --color=auto' export LSCOLORS='Exgxbxdxcxegedabagacad' alias units='gunits --verbose'