From b716ce5f6fcb581c27694ef24f3a637319360c44 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Thu, 9 Oct 2008 13:15:34 +0000 Subject: [PATCH] bash: Include bash.bashrc from /etc/profile. --- etc/profile | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.30.2