Package: rootskel
Version: 1.50
The default /root/.bashrc contains this line:
export PS1='\h:\w\$ '
That line isn't necessary because /etc/bash.bashrc does a similar but
better thing:
PS1='${debian_chroot:+($debian_chroot)[EMAIL PROTECTED]:\w\$ '
Indeed, the /root/.bashrc PS1 setting defeats attempts to set
debian_chroot (as an exported environment variable, or via /etc) to
affect root's prompt.
I think the PS1 setting in /root/.bashrc can safely be removed.
Ian.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]