mirror of
https://github.com/oh-my-fish/theme-bobthefish.git
synced 2024-10-27 20:34:23 +00:00
Use ⎇ symbol if Powerline is disabled
This commit is contained in:
parent
cb4f97fe96
commit
22fabb438e
@ -629,7 +629,7 @@ function fish_prompt -d 'bobthefish, a fish theme optimized for awesome'
|
||||
set -l __bobthefish_left_arrow_glyph \uE0B3
|
||||
|
||||
if [ "$theme_powerline_fonts" = "no" ]
|
||||
set __bobthefish_branch_glyph ''
|
||||
set __bobthefish_branch_glyph '\u2387'
|
||||
set __bobthefish_ln_glyph ''
|
||||
set __bobthefish_padlock_glyph ''
|
||||
set __bobthefish_right_black_arrow_glyph ''
|
||||
|
Loading…
Reference in New Issue
Block a user