]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/debian-org/files/root-dotfiles/profile
put /root/.profile under puppet control, too
[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 fi
11
12 mesg n
13
14 LANG=C
15 LANGUAGE=C
16
17 # vim: set ft=sh ts=2 sw=2 et ai si: