diff options
author | balou <balou@tilde.institute> | 2022-09-20 13:08:43 +0000 |
---|---|---|
committer | balou <balou@tilde.institute> | 2022-09-20 13:08:43 +0000 |
commit | 5110fcb4baf41fc878b31b502dd57aec197e447b (patch) | |
tree | 3f35a580820b8220a1e4494558f34187ed20e821 | |
parent | 1e5575074f84085c3bab339de5c33316511e1961 (diff) | |
download | portable-prompt-5110fcb4baf41fc878b31b502dd57aec197e447b.tar.gz |
-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(){ |