From: Alexander Barton Date: Mon, 6 Jul 2009 18:29:21 +0000 (+0200) Subject: Source /etc/bashrc from ~/.bashrc, if not already read in. X-Git-Url: https://arthur.barton.de/gitweb/?p=ConfigScripts.git;a=commitdiff_plain;h=e792546671dcfdbfeed10f492f3d25f5c5471886 Source /etc/bashrc from ~/.bashrc, if not already read in. --- diff --git a/user/bashrc b/user/bashrc index bf11a6b..052b18c 100644 --- a/user/bashrc +++ b/user/bashrc @@ -15,6 +15,7 @@ [ -e ~/.ConfigScripts.debug ] && echo " >> ~/.bashrc ..." [ -z "$BASHRCREAD" -a -r ~/.etc/bashrc ] && source ~/.etc/bashrc +[ -z "$BASHRCREAD" -a -r /etc/bashrc ] && source /etc/bashrc [ -r ~/.bashrc.user ] && source ~/.bashrc.user # -eof-