diff options
-rw-r--r-- | fish.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |