1
0
Fork 0
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:
romkatv 2020-02-03 07:32:48 +01:00
parent 6db57923b1
commit c321e50f38

View file

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