From: Matthijs Kooijman Date: Thu, 9 Oct 2008 13:15:34 +0000 (+0000) Subject: bash: Include bash.bashrc from /etc/profile. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fservers%2Fdrsnuggles.git;a=commitdiff_plain;h=b716ce5f6fcb581c27694ef24f3a637319360c44 bash: Include bash.bashrc from /etc/profile. --- diff --git a/etc/profile b/etc/profile index 7bb5659..03dfd4d 100644 --- a/etc/profile +++ b/etc/profile @@ -22,3 +22,7 @@ fi export PATH umask 022 + +if [ "$SHELL" = "/bin/bash" ]; then + source /etc/bash.bashrc +fi