aboutsummaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2022-11-20 21:19:35 +0000
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2022-11-20 21:19:35 +0000
commit8b4ed7b22231e62911e015a4acbcb9b73f8666d3 (patch)
tree6254a793cc9ac343bb0a3e8eff71bbad945daca3 /zsh
parente7d1da28bd6fdcee9cee52c7498eb3a9e576e194 (diff)
Add other directory to zsh
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 3fe2d75..4d6f37d 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -19,5 +19,6 @@ foreach file (`echo $sources`)
end
# ===============================
-# source $ZSH_CONFIG/ephemeral.zsh
-
+for file in $ZSH_CONFIG/other/*; do
+ source "$file"
+done