summaryrefslogtreecommitdiff
path: root/cli/.config/fish/conf.d/prompt.fish
blob: d2e06d8f5347b493dd2e4c9864928887c0119663 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if ! string match -eq linux $TERM
    set prompt_bang \n(set_color brred)\U266a\ 
    set git_sep \ue0a0
else
    set prompt_bang \n(set_color brred)\>\ 
    set git_sep \|
end

set color_sep         grey
set color_user        green
set color_git_branch  normal

# git file status: unstaged  staged  untracked  conflicts
set color_git      yellow    green   red        purple
set state_git      \~        +       !          \*