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

14 lines
318 B
Fish
Raw Normal View History

2023-06-20 01:39:32 +03:00
if ! string match -eq linux $TERM
2023-08-21 20:58:02 +03:00
set prompt_bang \n\u266a\
2023-06-20 01:39:32 +03:00
set git_sign \ue0a0
else
2023-08-21 20:58:02 +03:00
set prompt_bang \n\#\
2023-06-20 01:39:32 +03:00
set git_sign g
end
2023-08-21 20:58:02 +03:00
# git symbols and colors
# [1] unstaged, [2] staged, [3] untracked, [4] conflicts
set symbol_git \~ + ! \*
2023-02-05 22:38:36 +02:00
set color_git yellow blue red purple
2023-08-21 20:58:02 +03:00
set color_git_branch brblack