]> Frank Brehm's Git Trees - config/helga/etc.git/commitdiff
saving uncommitted changes in /etc prior to emerge run
authorroot <root@helga.brehm-online.com>
Mon, 18 Jan 2016 16:21:44 +0000 (17:21 +0100)
committerroot <root@helga.brehm-online.com>
Mon, 18 Jan 2016 16:21:44 +0000 (17:21 +0100)
skel/.bash_profile

index 94a6622b5c673442c67ffcf797b8ea396258c321..1de05a45e34a82a236cf1805ba4c20241b3c21ac 100644 (file)
@@ -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