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 1f95196..28b45fe 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -43,7 +43,7 @@ if [[ -f "$ZDOTDIR"/profile-"$SHORTHOST" ]]; then source "$ZDOTDIR"/profile-"$SHORTHOST" fi -# LS_COLORS is now required for `ls` to use colour +# LS_COLORS is now required for `ls` to use colors source <(dircolors -b "$XDG_CONFIG_HOME"/dircolors) if [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]]; then |