Clean some files

This commit is contained in:
Marco Thomas
2021-05-09 16:50:11 +02:00
parent 83b87f516f
commit a9a1915407
4 changed files with 68 additions and 34 deletions

View File

@@ -29,7 +29,7 @@ case $TERM in
# Write some info to terminal title.
# This is seen when the shell prompts for input.
function precmd {
print -Pn "\e]0;%(1j,%j job%(2j|s|); ,)%~ - $TERM\a"
print -Pn "\e]0;%(1j,%j job%(2j|s|) - ,)%~ - $TERM\a"
}
# Write command and args to terminal title.
# This is seen while the shell waits for a command to complete.