diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index e18af7b..fe7300f 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -55,6 +55,8 @@ then alias fuck='$(thefuck $(fc -ln -1))' fi +eval "$(dircolors)" + # Colored man output man() { LESS_TERMCAP_md=$'\e[01;36m' \