From cd7e57d0986d88b079b4560544a18bf39081ebba Mon Sep 17 00:00:00 2001
From: Roman Inflianskas <infroma@gmail.com>
Date: Fri, 21 Nov 2014 00:34:45 +0300
Subject: [PATCH] bobthefish: virtualfish: fix superscript

---
 themes/bobthefish/fish_prompt.fish | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/bobthefish/fish_prompt.fish b/themes/bobthefish/fish_prompt.fish
index 365cc0b..7518f0e 100644
--- a/themes/bobthefish/fish_prompt.fish
+++ b/themes/bobthefish/fish_prompt.fish
@@ -33,7 +33,7 @@ set __bobthefish_superuser_glyph         '$ '
 set __bobthefish_bg_job_glyph            '% '
 
 # Python glyphs
-set __bobthefish_superscript_glyph       \u00B1 \u00B2 \u00B3
+set __bobthefish_superscript_glyph       \u00B9 \u00B2 \u00B3
 set __bobthefish_virtualenv_glyph        \u25F0
 set __bobthefish_pypy_glyph              \u1D56
 
-- 
GitLab