From 468c25177cd927e66f5946d9a699351bce351695 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Wed, 31 Jan 2024 04:05:13 +0200 Subject: bashrc: Remove gentoo specific paths --- .bashrc | 4 ---- 1 file changed, 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}" -- cgit v1.2.3