diff --git a/shell/.zshrc b/shell/.zshrc index 3a8a199..ffd3085 100644 --- a/shell/.zshrc +++ b/shell/.zshrc @@ -68,11 +68,15 @@ if source_if_exists ~/.config/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-hig ZSH_HIGHLIGHT_STYLES[comment]=fg=cyan,bold fi -# Directory stack. + + +# Directory stack and ls colors. DIRSTACKSIZE=10 setopt auto_pushd pushd_minus pushd_silent pushd_to_home pushd_ignore_dups +eval $(dircolors) + # Aliases. alias dh='dirs -v'