diff options
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.zprofile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/.zprofile b/zsh/.zprofile index efe4009..d9242ae 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -39,7 +39,7 @@ export HOSTNAME=$(hostname -s) export FQDN=$(hostname -f) # LS_COLORS is now required for `ls` to use colour -eval "$(dircolors -b ~/.config/dircolors)" +source <(dircolors -b "$XDG_CONFIG_HOME"/dircolors) if [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]]; then exec startx "$XDG_CONFIG_HOME"/X11/xinitrc |