diff options
-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}" |