From 0e991523248c32f855c44b1b753c2a2d96eb81b2 Mon Sep 17 00:00:00 2001 From: Amand Tihon Date: Sat, 14 May 2011 12:18:14 +0200 Subject: [PATCH] Fix konsole tab name on command execution. Remove an unwanted trailing > after current command in konsole's tab. --- S61_konsoletabs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/S61_konsoletabs b/S61_konsoletabs index 710d703..1185d79 100644 --- a/S61_konsoletabs +++ b/S61_konsoletabs @@ -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 -- 2.39.2