mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +00:00
temporary change, please test and give feedback
This commit is contained in:
parent
c97fa09480
commit
49fa7d10f2
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue