]> git.alrj.org Git - zsh.d.git/commitdiff
Fix konsole tab name on command execution.
authorAmand Tihon <amand.tihon@alrj.org>
Sat, 14 May 2011 10:18:14 +0000 (12:18 +0200)
committerAmand Tihon <amand.tihon@alrj.org>
Sat, 14 May 2011 10:18:14 +0000 (12:18 +0200)
Remove an unwanted trailing > after current command in konsole's tab.

S61_konsoletabs

index 710d703d09d712f605133397971b3fdf5e51451f..1185d79a8023ff6cbbd6a8cde9d660c37a75090c 100644 (file)
@@ -26,7 +26,7 @@ konsole-rename-cmd () {
         if [[ "$1" != \ cd\ \"* && "$1" != \ precmd* ]]
         then
             local CMD
-            CMD=`print -P "%30>...>$1>"`
+            CMD=`print -P "%30>...>$1"`
 
             if [ -n "$KONSOLE_DCOP_SESSION" ]
             then