fish: yellow prompt symbol
This commit is contained in:
parent
b572bf24a0
commit
eaf4d1fd00
1 changed files with 2 additions and 2 deletions
|
@ -90,7 +90,7 @@
|
||||||
|
|
||||||
fish_prompt.body = ''
|
fish_prompt.body = ''
|
||||||
echo
|
echo
|
||||||
string join "" -- (set_color --italics) (prompt_hostname) ':' (prompt_pwd --full-length-dirs=4) (set_color green) ' ❯ ' (set_color normal)
|
string join "" -- (set_color --italics) (prompt_hostname) ':' (prompt_pwd --full-length-dirs=4) (set_color yellow) ' ❯ ' (set_color normal)
|
||||||
'';
|
'';
|
||||||
|
|
||||||
fish_right_prompt.body = ''
|
fish_right_prompt.body = ''
|
||||||
|
@ -99,7 +99,7 @@
|
||||||
|
|
||||||
transient_prompt_func.body = ''
|
transient_prompt_func.body = ''
|
||||||
echo
|
echo
|
||||||
string join "" -- (set_color green) '❯ ' (set_color normal)
|
string join "" -- (set_color yellow) '❯ ' (set_color normal)
|
||||||
'';
|
'';
|
||||||
|
|
||||||
rg.body = ''
|
rg.body = ''
|
||||||
|
|
Loading…
Reference in a new issue