From: Huck Boles Date: Sun, 14 May 2023 12:24:02 +0000 (-0500) Subject: zshmux update X-Git-Url: https://git.huck.website/?a=commitdiff_plain;h=9682704f5fa26d5303f08af0c2b4e56dd66c92ce;p=zsh.git zshmux update --- diff --git a/.zshrc b/.zshrc index 842ca4e..e45bacf 100644 --- a/.zshrc +++ b/.zshrc @@ -7,7 +7,7 @@ ZSHINCLUDE=$ZSH/include [[ ! -d $ZSH ]] && mkdir $ZSH/{cache,extra,include} # source files from include dir -for file in $ZSHINCLUDE/*.zsh; do +for file in $ZSHINCLUDE/*; do . ${file} done