From 5f25d2bc11b9b3ebfbbb1d35810dcc1d02a94988 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 22 May 2017 21:01:57 +0200 Subject: Update fish prompt status symbol --- fish/.config/fish/functions/fish_prompt.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fish/.config/fish/functions/fish_prompt.fish b/fish/.config/fish/functions/fish_prompt.fish index 80804ed..406e403 100644 --- a/fish/.config/fish/functions/fish_prompt.fish +++ b/fish/.config/fish/functions/fish_prompt.fish @@ -29,9 +29,9 @@ 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