summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Kummerlaender2022-01-26 14:30:11 +0100
committerAdrian Kummerlaender2022-01-26 14:30:11 +0100
commitcdc1de7cc8675ced4800826d4b5906b9f5c3a211 (patch)
tree8931cd2e6a7a76db5446109fda3cb1df8d00ea6e
parent84a5f911701556d78bf3501b56287279dcd525df (diff)
downloadnixos_system-cdc1de7cc8675ced4800826d4b5906b9f5c3a211.tar
nixos_system-cdc1de7cc8675ced4800826d4b5906b9f5c3a211.tar.gz
nixos_system-cdc1de7cc8675ced4800826d4b5906b9f5c3a211.tar.bz2
nixos_system-cdc1de7cc8675ced4800826d4b5906b9f5c3a211.tar.lz
nixos_system-cdc1de7cc8675ced4800826d4b5906b9f5c3a211.tar.xz
nixos_system-cdc1de7cc8675ced4800826d4b5906b9f5c3a211.tar.zst
nixos_system-cdc1de7cc8675ced4800826d4b5906b9f5c3a211.zip
Mitigate fish prompt font issue
-rw-r--r--fish.nix4
1 files 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