aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.zshrc')
-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