From 5c984a7b991bd62dcfa52607d79761b25292fbd4 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 26 Mar 2007 08:54:11 +0000 Subject: [PATCH] * Don't include ~/.bashrc. svn path=/nixos/trunk/; revision=8413 --- system/etc/profile.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/system/etc/profile.sh b/system/etc/profile.sh index 7ec0a535d21b..89af67ea668f 100644 --- a/system/etc/profile.sh +++ b/system/etc/profile.sh @@ -64,7 +64,3 @@ alias which="type -p" if test -f /etc/profile.local; then source /etc/profile.local fi - - -# Read user modifications. -test -r $HOME/.bashrc && source $HOME/.bashrc