X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fdebian-org%2Ffiles%2Froot-dotfiles%2Fprofile;h=e4bb8dbd74f4b1eff397d246c0f56c57b1be86d0;hb=a03ae6b216dc18483650e64d452ad2c1d8038f0b;hp=4f2c72c0b61b305c65dbeb26300ae5748e6d16d6;hpb=3a8ea253416bbc3db8f4e9b8194dd2e888880745;p=mirror%2Fdsa-puppet.git diff --git a/modules/debian-org/files/root-dotfiles/profile b/modules/debian-org/files/root-dotfiles/profile index 4f2c72c0b..e4bb8dbd7 100644 --- a/modules/debian-org/files/root-dotfiles/profile +++ b/modules/debian-org/files/root-dotfiles/profile @@ -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: