summaryrefslogtreecommitdiff
path: root/.bash-powerline.sh
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2022-02-03 14:44:31 +0100
committerMarc Vertes <mvertes@free.fr>2022-02-03 14:44:31 +0100
commit7d5b2b5cde9f50b9c02f066a96799d9ae4430651 (patch)
treed96bead362540491d466ede0a6316418e8505fb3 /.bash-powerline.sh
parenta3a3a61742950d45f1573a45a928e9b04c115634 (diff)
parent70375b4962152133c0423115427d7eaa006822d6 (diff)
Merge branch 'master' of github.com:mvertes/dotfiles
Diffstat (limited to '.bash-powerline.sh')
-rw-r--r--.bash-powerline.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bash-powerline.sh b/.bash-powerline.sh
index 626157a..6d2ee2d 100644
--- a/.bash-powerline.sh
+++ b/.bash-powerline.sh
@@ -23,7 +23,7 @@ __powerline() {
elif test -f '/etc/hostname'; then
host=$(</etc/hostname)
else
- host=$(hostname)
+ host=$(hostname -s)
fi
[ "$PS_SYMBOL" ] || PS_SYMBOL=';'