fix munin 1
[mirror/dsa-puppet.git] / modules / debian-org / files / root-dotfiles / profile
index 4f2c72c..e4bb8db 100644 (file)
@@ -7,11 +7,11 @@ if [ "$BASH" ]; then
   if [ -f ~/.bashrc ]; then
     . ~/.bashrc
   fi
+  if [ "$PS1" ]; then
+    PS1='${debian_chroot:+[$debian_chroot] }\h:\w\$ '
+  fi
 fi
 
 mesg n
 
-LANG=C
-LANGUAGE=C
-
 # vim: set ft=sh ts=2 sw=2 et ai si: