From 4a59bd4fdba56710ead6bb247766f359ade9196c Mon Sep 17 00:00:00 2001 From: Jelte Fennema Date: Tue, 17 Jan 2017 20:18:20 +0100 Subject: [PATCH] Fix nerd fonts git icons This replaces the old icons, which didn't seem to make sensy anymore. they are replaced by: devicons-git_branch devicons-git_commit fa-tag --- fish_prompt.fish | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fish_prompt.fish b/fish_prompt.fish index 36cc2f72..df94be4a 100644 --- a/fish_prompt.fish +++ b/fish_prompt.fish @@ -822,9 +822,9 @@ function fish_prompt -d 'bobthefish, a fish theme optimized for awesome' # Use prettier Nerd Fonts glyphs if [ "$theme_nerd_fonts" = "yes" ] - set __bobthefish_branch_glyph \uF418 - set __bobthefish_detached_glyph \uF417 - set __bobthefish_tag_glyph \uF412 + set __bobthefish_branch_glyph \uE725 + set __bobthefish_detached_glyph \uE729 + set __bobthefish_tag_glyph \uF02B set __bobthefish_virtualenv_glyph \uE73C ' ' set __bobthefish_ruby_glyph \uE791 ' '