]> arthur.barton.de Git - ConfigScripts.git/commitdiff
Update copyright notice and file information text
authorAlexander Barton <alex@barton.de>
Mon, 23 Mar 2009 21:50:04 +0000 (22:50 +0100)
committerAlexander Barton <alex@barton.de>
Mon, 23 Mar 2009 21:50:04 +0000 (22:50 +0100)
user/bashrc

index d4bfc0b3d6b39da33afb29f2addf624ecb908623..bf11a6bc0ce8c4d5d8c8a9326dfb4820d8e1d82f 100644 (file)
@@ -1,6 +1,15 @@
 #
 # ~/.bashrc: executed by bash(1) for non-login shells.
-# Written 2006-2008 by Alexander Barton (alex@barton.de)
+# Written 2006-2009 by Alexander Barton (alex@barton.de)
+#
+# This script is read in by interactive bash shells, called manually or
+# as login shells (the latter is implemented by sourcing this file from
+# the ~/.bash_profile file).
+#
+# PLEASE NOTE:
+# To make this script generic, it sources ~/bashrc.user if it exists.
+# So you shouldn't make changes to this script, but create your own
+# individual ~/bashrc.user file!
 #
 
 [ -e ~/.ConfigScripts.debug ] && echo " >> ~/.bashrc ..."