diff --git a/alias.zsh b/alias.zsh index ccef5275..920ec3ee 100644 --- a/alias.zsh +++ b/alias.zsh @@ -15,6 +15,8 @@ if (( $+commands[dircolors] )); then if zstyle -t ':omz:alias:ls' color; then if [[ -f "$HOME/.dir_colors" ]]; then eval $(dircolors "$HOME/.dir_colors") + else + eval $(dircolors) fi alias ls="$aliases[ls] --color=auto" else