fix VirtualEnv nerdfonts character in PyCharm

Previous to this, it was not displaying. However, it worked in iTerm2. Also, it could be seen in IntelliJ if copy-pasted but not under the blue prompt background.
This commit is contained in:
Andrew Gazelka 2018-10-10 15:07:25 -05:00
parent 0688cd8e98
commit a669421c8c

View File

@ -59,7 +59,7 @@ function __bobthefish_glyphs -S -d 'Define glyphs used by bobthefish'
set detached_glyph \uF417 set detached_glyph \uF417
set tag_glyph \uF412 set tag_glyph \uF412
set virtualenv_glyph \uE73C ' ' set virtualenv_glyph \ue606 ' '
set ruby_glyph \uE791 ' ' set ruby_glyph \uE791 ' '
set go_glyph \uE626 ' ' set go_glyph \uE626 ' '