1
0
Fork 0
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:
romkatv 2020-01-15 23:34:49 +01:00
parent eeabcbfa80
commit f85a3a5652

View file

@ -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