From cabd13b69566002210c0b2988af849520c4a6d21 Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Sun, 24 May 2020 23:29:15 +0100 Subject: zsh: Use :l when defining DOMAIN, HOST, and UNAME --- zsh/rc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'zsh/rc') 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 -- cgit v1.2.3-70-g09d2