diff --git a/zsh/aliases.zsh b/zsh/aliases.zsh index f190ced..032e3db 100644 --- a/zsh/aliases.zsh +++ b/zsh/aliases.zsh @@ -40,6 +40,7 @@ alias cd....="cd ../../.." command -v exa > /dev/null 2>&1 if [ $? -eq 0 ]; then + LS_COLORS="" alias ls="exa -h --group-directories-first" else alias ls="ls -h --color --group-directories-first"