summaryrefslogtreecommitdiff
path: root/cli/.config/fish/conf.d/prompt.fish
blob: 9a9bab21fd3ced14045453970138d4e1dfe9e268 (plain)
1
2
3
4
5
6
7
8
9
10
# some flair with randomized fish emoji: fish, tropical fish and blowfish
set fishes \U1f41f \U1f420 \U1f421

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