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