mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 08:10:07 +00:00
remove redundant expansion of C-escapes
This commit is contained in:
parent
6db57923b1
commit
c321e50f38
1 changed files with 1 additions and 1 deletions
|
@ -1597,7 +1597,7 @@ function generate_config() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $POWERLEVEL9K_MODE == nerdfont-complete ]]; then
|
if [[ $POWERLEVEL9K_MODE == nerdfont-complete ]]; then
|
||||||
sub BATTERY_STAGES "\$'\uf58d\uf579\uf57a\uf57b\uf57c\uf57d\uf57e\uf57f\uf580\uf581\uf578'"
|
sub BATTERY_STAGES "'\uf58d\uf579\uf57a\uf57b\uf57c\uf57d\uf57e\uf57f\uf580\uf581\uf578'"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $style == (classic|rainbow) ]]; then
|
if [[ $style == (classic|rainbow) ]]; then
|
||||||
|
|
Loading…
Reference in a new issue