aboutsummaryrefslogtreecommitdiff
path: root/zshrc.d
diff options
context:
space:
mode:
Diffstat (limited to 'zshrc.d')
-rw-r--r--zshrc.d/shellrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zshrc.d/shellrc b/zshrc.d/shellrc
index b3162f7..049e5fc 100644
--- a/zshrc.d/shellrc
+++ b/zshrc.d/shellrc
@@ -1,5 +1,5 @@
# vim: ft=zsh
-for sh in /etc/shellrc.d/*; do
+for sh in /usr/share/shellrc/*; do
[ -r "$sh" ] && . "$sh"
done