summaryrefslogtreecommitdiff
path: root/prompt_settings.fish
blob: 18fd209f740d830bac6d9c354b42f021ce8be051 (plain)
1
2
3
4
5
6
7
set -g __fish_git_prompt_showuntrackedfiles ""
set -g __fish_git_prompt_showdirtystate ""
set -g __fish_git_prompt_showupstream "auto"

set -g __fish_git_prompt_char_upstream_ahead "↑"
set -g __fish_git_prompt_char_upstream_behind "↓"
set -g __fish_git_prompt_char_upstream_prefix ""