summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorbalou <balou@tilde.institute>2022-09-20 13:08:43 +0000
committerbalou <balou@tilde.institute>2022-09-20 13:08:43 +0000
commit5110fcb4baf41fc878b31b502dd57aec197e447b (patch)
tree3f35a580820b8220a1e4494558f34187ed20e821
parent1e5575074f84085c3bab339de5c33316511e1961 (diff)
downloadportable-prompt-master.tar.gz
use global var PWEXT HEAD master
-rw-r--r--portable-prompt.sh2
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(){