aboutsummaryrefslogtreecommitdiff
path: root/fish/.config/fish/functions/fish_prompt.fish
diff options
context:
space:
mode:
Diffstat (limited to 'fish/.config/fish/functions/fish_prompt.fish')
-rw-r--r--fish/.config/fish/functions/fish_prompt.fish4
1 files changed, 2 insertions, 2 deletions
diff --git a/fish/.config/fish/functions/fish_prompt.fish b/fish/.config/fish/functions/fish_prompt.fish
index 076eeae..4a0c974 100644
--- a/fish/.config/fish/functions/fish_prompt.fish
+++ b/fish/.config/fish/functions/fish_prompt.fish
@@ -25,10 +25,10 @@ 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