mirror of
https://github.com/oh-my-fish/theme-bobthefish.git
synced 2024-10-27 20:34:23 +00:00
Simplify nerd fonts config
If nerd fonts are explicitly enabled, implicitly enable powerline font glyphs, too, even if powerline is disabled. Fixes #194
This commit is contained in:
parent
e31962395f
commit
47f29c8d6b
@ -44,8 +44,8 @@ function __bobthefish_glyphs -S -d 'Define glyphs used by bobthefish'
|
||||
set -x git_minus_glyph '-'
|
||||
set -x git_plus_minus_glyph '±'
|
||||
|
||||
# Disable Powerline fonts
|
||||
if [ "$theme_powerline_fonts" = "no" ]
|
||||
# Disable Powerline fonts (unless we're using nerd fonts instead)
|
||||
if [ "$theme_powerline_fonts" = "no" -a "$theme_nerd_fonts" != "yes" ]
|
||||
set branch_glyph \u2387
|
||||
set right_black_arrow_glyph ''
|
||||
set right_arrow_glyph ''
|
||||
|
Loading…
Reference in New Issue
Block a user