temporary change, please test and give feedback

This commit is contained in:
David Alexander Majnemer 2009-04-03 23:56:02 -05:00
parent c97fa09480
commit 49fa7d10f2

View file

@ -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)