aboutsummaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/zshrc b/zshrc
new file mode 100644
index 0000000..ee5d8a8
--- /dev/null
+++ b/zshrc
@@ -0,0 +1,5 @@
+[[ -o interactive ]] || return # skip on initialization if not interactive
+
+for sh in /etc/zsh/zshrc.d/*; do
+ [ -r "$sh" ] && . "$sh"
+done