1
0
Fork 0
vdotfiles/cli/.config/fish/conf.d/prompt.fish

11 lines
281 B
Fish
Raw Permalink Normal View History

2024-03-28 15:40:42 +02:00
set bang_symbol \u276f
2024-11-11 12:07:22 +02:00
set kube_symbol \u2388
set kube_config "$HOME/.kube/config"
set git_symbol \ue0a0
2023-08-31 21:41:49 +03:00
set color_git_branch brblack
2023-06-20 01:39:32 +03:00
2023-08-21 20:58:02 +03:00
# git symbols and colors
# [1] unstaged, [2] staged, [3] untracked, [4] conflicts
2023-08-31 21:41:49 +03:00
set git_status \~ + ! \*
set color_git yellow blue red purple