fix munin 1
[mirror/dsa-puppet.git] / modules / debian-org / files / root-dotfiles / profile
index d22315e..e4bb8db 100644 (file)
@@ -7,6 +7,9 @@ if [ "$BASH" ]; then
   if [ -f ~/.bashrc ]; then
     . ~/.bashrc
   fi
+  if [ "$PS1" ]; then
+    PS1='${debian_chroot:+[$debian_chroot] }\h:\w\$ '
+  fi
 fi
 
 mesg n