fix munin 1
[mirror/dsa-puppet.git] / modules / debian-org / files / root-dotfiles / profile
1 # ~/.profile: executed by Bourne-compatible login shells.
2
3 ## THIS FILE IS UNDER PUPPET CONTROL.
4 ## LOCAL CHANGES WILL BE OVERWRITTEN.
5
6 if [ "$BASH" ]; then
7   if [ -f ~/.bashrc ]; then
8     . ~/.bashrc
9   fi
10   if [ "$PS1" ]; then
11     PS1='${debian_chroot:+[$debian_chroot] }\h:\w\$ '
12   fi
13 fi
14
15 mesg n
16
17 # vim: set ft=sh ts=2 sw=2 et ai si: