1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-23 04:30:24 +02:00

Tweak an expansion.

This commit is contained in:
Bart Schaefer 2001-03-21 17:02:35 +00:00
parent a132550737
commit 1ddc7c72e5
2 changed files with 7 additions and 1 deletions

View file

@ -60,7 +60,7 @@ prompt_bart_precmd () {
psvar[8]="$history[$[${(%):-%h}-1]]" # Use history text, not just number
psvar[9]='' # Padding before upper right prompt
repeat $[COLUMNS-${#${(%%f)${PS1//[%]\{[^%]#%\}/}}[1]}-1]
repeat $[COLUMNS-${#${(%%f)${(S)PS1//[%]\{*%\}/}}[1]}-1]
do
psvar[9]="$psvar[9] "
done