From 49fa7d10f20e712478a77cf9a8b3ae58e992aec6 Mon Sep 17 00:00:00 2001 From: David Alexander Majnemer Date: Fri, 3 Apr 2009 23:56:02 -0500 Subject: [PATCH] temporary change, please test and give feedback --- zsh/title | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh/title b/zsh/title index 9f2e9d2..33093e1 100755 --- a/zsh/title +++ b/zsh/title @@ -3,7 +3,7 @@ precmd() { local termtitle - termtitle=`print -P "%n@%m"` + termtitle=`print -P "%n@%m[%l]"` title zsh "$termtitle" } @@ -15,7 +15,7 @@ preexec() local termtitle # Prepend this string to the title. - termtitle=`print -P "%n@%m:"` + termtitle=`print -P "%n@%m[%l]:"` case $cmd[1] in fg)