From 22fabb438ec51ecd4fb6224cf60e07174a5e952c Mon Sep 17 00:00:00 2001 From: Caesar Schinas Date: Tue, 17 May 2016 17:57:56 -0300 Subject: [PATCH] =?UTF-8?q?Use=20=E2=8E=87=20symbol=20if=20Powerline=20is?= =?UTF-8?q?=20disabled?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fish_prompt.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fish_prompt.fish b/fish_prompt.fish index 9a1d91f..6d1d1bb 100644 --- a/fish_prompt.fish +++ b/fish_prompt.fish @@ -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 ''