aboutsummaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/zshrc b/zshrc
index 720f3ca..440baa5 100644
--- a/zshrc
+++ b/zshrc
@@ -1,3 +1,6 @@
+# Loads the other files in order. This file should not be touched. It is used
+# simply as a way to load the other files in the .zshrc.d folder.
+
for f in $HOME/.zshrc.d/*.zsh ; do
source "$f"
done || true