aboutsummaryrefslogtreecommitdiff
path: root/fish/.config
diff options
context:
space:
mode:
authorAdrian Kummerlaender2016-02-15 18:08:38 +0100
committerAdrian Kummerlaender2016-02-15 18:08:38 +0100
commit9ee89b0b1e59b2d8773ff6224d5793f6f7ae1dd5 (patch)
tree627025a7eeb1993ebd05792c074756e14ad637e4 /fish/.config
parent7bd0f7430a071205dbdd4613779dee730a0052ce (diff)
downloaddotfiles-9ee89b0b1e59b2d8773ff6224d5793f6f7ae1dd5.tar
dotfiles-9ee89b0b1e59b2d8773ff6224d5793f6f7ae1dd5.tar.gz
dotfiles-9ee89b0b1e59b2d8773ff6224d5793f6f7ae1dd5.tar.bz2
dotfiles-9ee89b0b1e59b2d8773ff6224d5793f6f7ae1dd5.tar.lz
dotfiles-9ee89b0b1e59b2d8773ff6224d5793f6f7ae1dd5.tar.xz
dotfiles-9ee89b0b1e59b2d8773ff6224d5793f6f7ae1dd5.tar.zst
dotfiles-9ee89b0b1e59b2d8773ff6224d5793f6f7ae1dd5.zip
Change font to _Fantasque Sans Mono_ and enable airline symbols
Diffstat (limited to 'fish/.config')
-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