fish: compatibility prompt
This commit is contained in:
parent
d8585b25bd
commit
db644c5a15
1 changed files with 9 additions and 3 deletions
|
@ -1,6 +1,12 @@
|
||||||
|
if ! string match -eq linux $TERM
|
||||||
set prompt_sep \ue0b0
|
set prompt_sep \ue0b0
|
||||||
set prompt_bang \n\ (set_color brred)\u266a\
|
set prompt_bang \n\ (set_color brred)\u266a\
|
||||||
set git_sign \ue0a0
|
set git_sign \ue0a0
|
||||||
|
else
|
||||||
|
set prompt_bang \n(set_color brred) \#\
|
||||||
|
set git_sign g
|
||||||
|
end
|
||||||
|
|
||||||
set color_fg brwhite
|
set color_fg brwhite
|
||||||
set color_git_branch 3c3c3c
|
set color_git_branch 3c3c3c
|
||||||
set color_git yellow blue red purple
|
set color_git yellow blue red purple
|
||||||
|
|
Loading…
Reference in a new issue