aboutsummaryrefslogtreecommitdiff
path: root/.config/fish/functions/fish_prompt.fish
diff options
context:
space:
mode:
authorkj-sh6042024-07-06 16:33:04 -0400
committerkj-sh6042024-07-06 16:33:04 -0400
commit29f6c379aaf8376bc72d2ce6c55993cebfd61a0e (patch)
tree7c9eb9463528c45d8bcab441665fd0f53645bb7e /.config/fish/functions/fish_prompt.fish
parentf9485a43f67e49de23c95993cca8119ca93305db (diff)
refactor: revert to `968b228`
Diffstat (limited to '.config/fish/functions/fish_prompt.fish')
-rw-r--r--.config/fish/functions/fish_prompt.fish4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/fish/functions/fish_prompt.fish b/.config/fish/functions/fish_prompt.fish
index 5b1a18c..7164a27 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 "git"
+set -g __fish_git_prompt_showupstream "informative"
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 "+"