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:
parent
a132550737
commit
1ddc7c72e5
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue