X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=etc%2Fprofile;h=03dfd4dd8422238e85b7aa8efb2c2326977c0290;hb=b716ce5f6fcb581c27694ef24f3a637319360c44;hp=7bb565942bb8f21b403383d33a8623d7df11bbd9;hpb=d6c0ba2dbc0587a2c8afce9cc061a14e72a5b602;p=matthijs%2Fservers%2Fdrsnuggles.git 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