summaryrefslogtreecommitdiff
path: root/cli/.config/fish/conf.d/prompt.fish
blob: a9c7d0c7b94cc421ffdaee852b3f8a9602c50639 (plain)
1
2
3
4
5
6
7
8
set bang_symbol \u276f
set git_sign \ue0a0
set color_git_branch brblack

# git symbols and colors
# [1] unstaged, [2] staged, [3] untracked, [4] conflicts
set git_status \~ + ! \*
set color_git  yellow blue red purple