X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/b55d69396b587288c7e654035190d9e62fa70b71..1b0f60b7d421f9a80c85a09e3974eb7f93de508a:/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'