From 4c9390c629014fc1c85b1d975329e49a643e9dea Mon Sep 17 00:00:00 2001 From: root Date: Wed, 30 Dec 2015 13:50:08 +0100 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- skel/.bash_profile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.5