mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-22 12:20:07 +00:00
fix 1-liner mode
This commit is contained in:
parent
eeabcbfa80
commit
f85a3a5652
1 changed files with 1 additions and 1 deletions
|
@ -1598,7 +1598,7 @@ function generate_config() {
|
|||
local -a tmp
|
||||
local line
|
||||
for line in "$lines[@]"; do
|
||||
[[ $line == (' newline'|*'===[ Line #'*) ]] || tmp+=$line
|
||||
[[ $line == (' newline'|*'===[ Line #'*) ]] || tmp+=$line
|
||||
done
|
||||
lines=("$tmp[@]")
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue