]> Frank Brehm's Git Trees - config/weimar/etc.git/commitdiff
saving uncommitted changes in /etc prior to emerge run
authorroot <root@weimar.pb.local>
Wed, 30 Dec 2015 12:25:27 +0000 (13:25 +0100)
committerroot <root@weimar.pb.local>
Wed, 30 Dec 2015 12:25:27 +0000 (13:25 +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