From 7d6b6755e6fffe1e1d6a36c46ea0ea9032f5d541 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Wed, 24 Sep 2014 13:15:12 +0200 Subject: zsh/zprofile: Prefer US spelling of color --- zsh/.zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zsh/.zprofile') 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 -- cgit v1.2.3-54-g00ecf