diff options
-rw-r--r-- | portable-prompt.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portable-prompt.sh b/portable-prompt.sh index d890f97..c676284 100644 --- a/portable-prompt.sh +++ b/portable-prompt.sh @@ -102,7 +102,7 @@ pretty_title(){ extra=" <$extra>" fi - set_title "$host$user:$extra $pwd $tty" + set_title "$host$user:$extra $PWEXT $tty" } blackterm(){ |