diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-09-24 13:15:12 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-09-24 13:15:12 +0200 |
commit | 7d6b6755e6fffe1e1d6a36c46ea0ea9032f5d541 (patch) | |
tree | 4c8dbf784a1b08a808e503c4bc4a74a5edaee6a8 /zsh/.zprofile | |
parent | afa0b09eadbce7e0439797fd9296a5c1c5c25085 (diff) | |
download | dotfiles-7d6b6755e6fffe1e1d6a36c46ea0ea9032f5d541.tar.xz |
zsh/zprofile: Prefer US spelling of color
Diffstat (limited to 'zsh/.zprofile')
-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 |