summaryrefslogtreecommitdiff
path: root/debian/etc.profile
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-03-21 18:18:50 +0100
committerChristian Poessinger <christian@poessinger.com>2019-03-21 18:18:50 +0100
commit5de61435fb48e2396bd5084e8e1aad28070c0e98 (patch)
tree233e8ebc41b895c299e42601bbb1307d353aa58d /debian/etc.profile
parenta6109c98a25f3eeeff31c6690d6bd50953484bf9 (diff)
downloadvyatta-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.profile2
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