summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-01-31 04:05:13 +0200
committerThanos Apollo <[email protected]>2024-01-31 04:05:13 +0200
commit468c25177cd927e66f5946d9a699351bce351695 (patch)
treebd28ff69dcdb6d6edf9c47f737c8958b3e7e0ea8 /.bashrc
parentdb2e79ca5154e5b7460c7f4f2f50612fe8203456 (diff)
bashrc: Remove gentoo specific paths
Diffstat (limited to '.bashrc')
-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}"