remove redundant expansion of C-escapes

pull/471/head
romkatv 5 years ago
parent 6db57923b1
commit c321e50f38

@ -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…
Cancel
Save