summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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