diff options
author | Thanos Apollo <[email protected]> | 2024-01-31 04:05:13 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-01-31 04:05:13 +0200 |
commit | 468c25177cd927e66f5946d9a699351bce351695 (patch) | |
tree | bd28ff69dcdb6d6edf9c47f737c8958b3e7e0ea8 /.bashrc | |
parent | db2e79ca5154e5b7460c7f4f2f50612fe8203456 (diff) |
bashrc: Remove gentoo specific paths
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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}" |