* Don't include ~/.bashrc.

svn path=/nixos/trunk/; revision=8413
This commit is contained in:
Eelco Dolstra 2007-03-26 08:54:11 +00:00
parent 128660d8e2
commit 5c984a7b99

View File

@ -64,7 +64,3 @@ alias which="type -p"
if test -f /etc/profile.local; then if test -f /etc/profile.local; then
source /etc/profile.local source /etc/profile.local
fi fi
# Read user modifications.
test -r $HOME/.bashrc && source $HOME/.bashrc