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