summaryrefslogtreecommitdiff
path: root/zsh/rc
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2020-05-24 23:29:15 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2020-05-24 23:58:46 +0100
commitcabd13b69566002210c0b2988af849520c4a6d21 (patch)
treee580de57392dab4f74d3b5a84765d8f6db032acd /zsh/rc
parentf4857f1db71aed11a2ec4fabb21a31e72bb973c7 (diff)
zsh: Use :l when defining DOMAIN, HOST, and UNAME
Diffstat (limited to 'zsh/rc')
-rw-r--r--zsh/rc6
1 files changed, 3 insertions, 3 deletions
diff --git a/zsh/rc b/zsh/rc
index cf10a8a..62ae236 100644
--- a/zsh/rc
+++ b/zsh/rc
@@ -55,8 +55,8 @@ setopt HIST_REDUCE_BLANKS
setopt INC_APPEND_HISTORY
setopt SHARE_HISTORY
-source_if_exists dotfiles-${UNAME:l}/zsh/rc
-source_if_exists dotfiles-${DOMAIN:l}/zsh/rc
-source_if_exists dotfiles-${HOST:l}/zsh/rc
+source_if_exists dotfiles-${UNAME}/zsh/rc
+source_if_exists dotfiles-${DOMAIN}/zsh/rc
+source_if_exists dotfiles-${HOST}/zsh/rc
compinit -d ${XDG_CACHE_HOME}/zsh/compdump