diff options
Diffstat (limited to 'bashrc.d')
-rw-r--r-- | bashrc.d/shellrc | 2 |
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 |