1
0
Fork 0
vdotfiles/cli/.config/fish/conf.d/prompt.fish
2024-03-28 15:40:42 +02:00

8 lines
218 B
Fish

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