From f9485a43f67e49de23c95993cca8119ca93305db Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Sat, 6 Jul 2024 16:27:43 -0400 Subject: refactor: `showupstream` settings --- .config/fish/functions/fish_prompt.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config') diff --git a/.config/fish/functions/fish_prompt.fish b/.config/fish/functions/fish_prompt.fish index 7164a27..5b1a18c 100644 --- a/.config/fish/functions/fish_prompt.fish +++ b/.config/fish/functions/fish_prompt.fish @@ -3,10 +3,10 @@ set -g __fish_git_prompt_showuntrackedfiles 1 set -g __fish_git_prompt_showcolorhints 1 set -g __fish_git_prompt_color_branch magenta --bold -set -g __fish_git_prompt_showupstream "informative" +set -g __fish_git_prompt_showupstream "git" set -g __fish_git_prompt_char_upstream_ahead "↑" set -g __fish_git_prompt_char_upstream_behind "↓" -set -g __fish_git_prompt_char_upstream_prefix "" +set -g __fish_git_prompt_char_upstream_prefix " " set -g __fish_git_prompt_char_stagedstate "•" set -g __fish_git_prompt_char_dirtystate "+" -- cgit v1.2.3