From: Alexander Barton Date: Sat, 27 Aug 2011 17:53:50 +0000 (+0200) Subject: Add support for ~/.bashrc.user-1st file X-Git-Url: https://arthur.ath.cx/gitweb/?a=commitdiff_plain;h=1330bc43626d3747700840ba5a1837c9601d98e4;p=ConfigScripts.git Add support for ~/.bashrc.user-1st file --- diff --git a/user/bashrc b/user/bashrc index 052b18c..96a4395 100644 --- a/user/bashrc +++ b/user/bashrc @@ -14,6 +14,7 @@ [ -e ~/.ConfigScripts.debug ] && echo " >> ~/.bashrc ..." +[ -r ~/.bashrc.user-1st ] && source ~/.bashrc.user-1st [ -z "$BASHRCREAD" -a -r ~/.etc/bashrc ] && source ~/.etc/bashrc [ -z "$BASHRCREAD" -a -r /etc/bashrc ] && source /etc/bashrc [ -r ~/.bashrc.user ] && source ~/.bashrc.user