aboutsummaryrefslogtreecommitdiff
path: root/fish
diff options
context:
space:
mode:
authorAdrian Kummerlaender2017-05-22 21:01:57 +0200
committerAdrian Kummerlaender2017-05-22 21:01:57 +0200
commit5f25d2bc11b9b3ebfbbb1d35810dcc1d02a94988 (patch)
tree8182400e105e834d380149b4e190b839526844a4 /fish
parente9ac2dcfc39970c2cab9bb35e8c4f95404a00605 (diff)
downloaddotfiles-5f25d2bc11b9b3ebfbbb1d35810dcc1d02a94988.tar
dotfiles-5f25d2bc11b9b3ebfbbb1d35810dcc1d02a94988.tar.gz
dotfiles-5f25d2bc11b9b3ebfbbb1d35810dcc1d02a94988.tar.bz2
dotfiles-5f25d2bc11b9b3ebfbbb1d35810dcc1d02a94988.tar.lz
dotfiles-5f25d2bc11b9b3ebfbbb1d35810dcc1d02a94988.tar.xz
dotfiles-5f25d2bc11b9b3ebfbbb1d35810dcc1d02a94988.tar.zst
dotfiles-5f25d2bc11b9b3ebfbbb1d35810dcc1d02a94988.zip
Update fish prompt status symbol
Diffstat (limited to '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 80804ed..406e403 100644
--- a/fish/.config/fish/functions/fish_prompt.fish
+++ b/fish/.config/fish/functions/fish_prompt.fish
@@ -29,9 +29,9 @@ 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