bash: Include bash.bashrc from /etc/profile.
authorMatthijs Kooijman <matthijs@stdin.nl>
Thu, 9 Oct 2008 13:15:34 +0000 (13:15 +0000)
committerMatthijs Kooijman <matthijs@stdin.nl>
Thu, 9 Oct 2008 13:15:34 +0000 (13:15 +0000)
etc/profile

index 7bb565942bb8f21b403383d33a8623d7df11bbd9..03dfd4dd8422238e85b7aa8efb2c2326977c0290 100644 (file)
@@ -22,3 +22,7 @@ fi
 export PATH
 
 umask 022
+
+if [ "$SHELL" = "/bin/bash" ]; then
+       source /etc/bash.bashrc
+fi