fish: some flair
This commit is contained in:
parent
538490bf8b
commit
ddada66167
4 changed files with 19 additions and 15 deletions
|
@ -1,13 +1,10 @@
|
|||
if ! string match -eq linux $TERM
|
||||
set prompt_bang \n\u266a\
|
||||
set git_sign \ue0a0
|
||||
else
|
||||
set prompt_bang \n\#\
|
||||
set git_sign g
|
||||
end
|
||||
# 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 symbol_git \~ + ! \*
|
||||
set color_git yellow blue red purple
|
||||
set color_git_branch brblack
|
||||
set git_status \~ + ! \*
|
||||
set color_git yellow blue red purple
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue