From: Amand Tihon Date: Sat, 14 May 2011 10:18:14 +0000 (+0200) Subject: Fix konsole tab name on command execution. X-Git-Url: https://git.alrj.org/?p=zsh.d.git;a=commitdiff_plain;h=0e991523248c32f855c44b1b753c2a2d96eb81b2 Fix konsole tab name on command execution. Remove an unwanted trailing > after current command in konsole's tab. --- 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