diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-03-21 18:18:50 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-03-21 18:18:50 +0100 |
commit | 5de61435fb48e2396bd5084e8e1aad28070c0e98 (patch) | |
tree | 233e8ebc41b895c299e42601bbb1307d353aa58d /debian/etc.profile | |
parent | a6109c98a25f3eeeff31c6690d6bd50953484bf9 (diff) | |
download | vyatta-bash-5de61435fb48e2396bd5084e8e1aad28070c0e98.tar.gz vyatta-bash-5de61435fb48e2396bd5084e8e1aad28070c0e98.zip |
T1310: use FQDN as hostname in config prompt
Diffstat (limited to 'debian/etc.profile')
-rw-r--r-- | debian/etc.profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/etc.profile b/debian/etc.profile index b67da47..9293c1b 100644 --- a/debian/etc.profile +++ b/debian/etc.profile @@ -9,7 +9,7 @@ fi if [ "$PS1" ]; then if [ "$BASH" ]; then - PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ ' + PS1='${debian_chroot:+($debian_chroot)}\u@\H:\w\$ ' if [ -f /etc/bash.bashrc ]; then . /etc/bash.bashrc fi |