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