From 9682704f5fa26d5303f08af0c2b4e56dd66c92ce Mon Sep 17 00:00:00 2001 From: Huck Boles Date: Sun, 14 May 2023 07:24:02 -0500 Subject: [PATCH] zshmux update --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.2