Index: server/common/oursrc/accountadm/mbashrc
===================================================================
--- server/common/oursrc/accountadm/mbashrc	(revision 544)
+++ server/common/oursrc/accountadm/mbashrc	(revision 561)
@@ -12,5 +12,5 @@
 # ~/.bashrc: executed by bash(1) for non-login shells.
 
-export PS1='[\u@scripts]:\w\$ '
+export PS1='[\u@\h]:\w\$ '
 umask 022
 
@@ -29,6 +29,6 @@
 # alias mv='mv -i'
 
-if [ -f /mit/$USER/.bashrc.scripts ]; then
-	. /mit/$USER/.bashrc.scripts
+if [ -f ~/.bashrc.scripts ]; then
+	. ~/.bashrc.scripts
 fi
 
