mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-12-12 19:18:28 +02:00
fix 1-liner mode
This commit is contained in:
parent
eeabcbfa80
commit
f85a3a5652
@ -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 New Issue
Block a user