X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/b55d69396b587288c7e654035190d9e62fa70b71..c20554a13a4689f821cf17bb78a422dbd6d9a050:/zsh/lib/theme-and-appearance.zsh?ds=sidebyside 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'