]> git.huck.website - zsh.git/commitdiff
zshmux update
authorHuck Boles <huck@huck.website>
Sun, 14 May 2023 12:24:02 +0000 (07:24 -0500)
committerHuck Boles <huck@huck.website>
Sun, 14 May 2023 12:24:02 +0000 (07:24 -0500)
.zshrc

diff --git a/.zshrc b/.zshrc
index 842ca4e5834f0da7ec479316d5d4bff28fd3e2c5..e45bacf9f1f3c18994e2f41fac8c8492ed64b593 100644 (file)
--- 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