From 02959af4f034b66d1d7953b7a17957f284362c5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pankowski?= Date: Tue, 22 Sep 2020 21:55:34 +0200 Subject: [PATCH] eval dircolors --- shell/.zshrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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'