summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bashrc4
1 files changed, 0 insertions, 4 deletions
diff --git a/.bashrc b/.bashrc
index afc481c..f7d8efd 100644
--- a/.bashrc
+++ b/.bashrc
@@ -7,10 +7,6 @@ if [ -e /etc/profile.env ] ; then
. /etc/profile.env
fi
-for sh in /etc/profile.d/*.sh ; do
- [ -r "$sh" ] && . "$sh"
-done
-
## Get completions
for sh in /etc/bash/bashrc.d/* ; do
[[ -r ${sh} ]] && source "${sh}"