From 9ee89b0b1e59b2d8773ff6224d5793f6f7ae1dd5 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 15 Feb 2016 18:08:38 +0100 Subject: Change font to _Fantasque Sans Mono_ and enable airline symbols --- fish/.config/fish/functions/fish_prompt.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fish') diff --git a/fish/.config/fish/functions/fish_prompt.fish b/fish/.config/fish/functions/fish_prompt.fish index 076eeae..4a0c974 100644 --- a/fish/.config/fish/functions/fish_prompt.fish +++ b/fish/.config/fish/functions/fish_prompt.fish @@ -25,10 +25,10 @@ function fish_prompt if test $last_status -gt 0 set_color $fish_color_cwd_root - echo -n -s ' ▸ ' + echo -n -s ' ‣ ' set_color normal else - echo -n -s ' ▸ ' + echo -n -s ' ‣ ' end end -- cgit v1.2.3