Skip to content
Snippets Groups Projects
Commit cd7e57d0 authored by Roman Inflianskas's avatar Roman Inflianskas Committed by Bruno Pinto
Browse files

bobthefish: virtualfish: fix superscript

parent 86a39790
Branches
No related merge requests found
...@@ -33,7 +33,7 @@ set __bobthefish_superuser_glyph '$ ' ...@@ -33,7 +33,7 @@ set __bobthefish_superuser_glyph '$ '
set __bobthefish_bg_job_glyph '% ' set __bobthefish_bg_job_glyph '% '
# Python glyphs # Python glyphs
set __bobthefish_superscript_glyph \u00B1 \u00B2 \u00B3 set __bobthefish_superscript_glyph \u00B9 \u00B2 \u00B3
set __bobthefish_virtualenv_glyph \u25F0 set __bobthefish_virtualenv_glyph \u25F0
set __bobthefish_pypy_glyph \u1D56 set __bobthefish_pypy_glyph \u1D56
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment