From cdc1de7cc8675ced4800826d4b5906b9f5c3a211 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Wed, 26 Jan 2022 14:30:11 +0100 Subject: Mitigate fish prompt font issue --- fish.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fish.nix b/fish.nix index 3f061b6..935910e 100644 --- a/fish.nix +++ b/fish.nix @@ -64,10 +64,10 @@ 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