X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/b94b411a4c9546cc0135fe1cb68611c2a431d160..a29e6d7c07f30a3f70396399901c1fcc5593c090:/zsh/lib/theme-and-appearance.zsh diff --git a/zsh/lib/theme-and-appearance.zsh b/zsh/lib/theme-and-appearance.zsh index e26c502..4900895 100644 --- a/zsh/lib/theme-and-appearance.zsh +++ b/zsh/lib/theme-and-appearance.zsh @@ -1,7 +1,6 @@ # ls colors autoload colors; colors; -export LSCOLORS="Gxfxcxdxbxegedabagacad" -#export LS_COLORS +eval $(dircolors $XDG_CONFIG_HOME/dircolors) # Enable ls colors ls='ls --color=auto'