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