From: Frank Brehm Date: Mon, 18 Jan 2016 14:20:49 +0000 (+0100) Subject: saving uncommitted changes in /etc prior to emerge run X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=f5b91c0267a15903720c5346a327a3a826d25872;p=config%2Fsamara%2Fetc.git saving uncommitted changes in /etc prior to emerge run --- diff --git a/skel/.bash_profile b/skel/.bash_profile index 94a6622..1de05a4 100644 --- a/skel/.bash_profile +++ b/skel/.bash_profile @@ -2,4 +2,6 @@ # This file is sourced by bash for login shells. The following line # runs your .bashrc and is recommended by the bash info pages. -[[ -f ~/.bashrc ]] && . ~/.bashrc +if [[ -f ~/.bashrc ]] ; then + . ~/.bashrc +fi