fish: yellow prompt symbol

This commit is contained in:
Daniel Lundin 2024-08-27 16:12:53 +02:00
parent b572bf24a0
commit eaf4d1fd00
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI

View file

@ -90,7 +90,7 @@
fish_prompt.body = ''
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 = ''
@ -99,7 +99,7 @@
transient_prompt_func.body = ''
echo
string join "" -- (set_color green) ' ' (set_color normal)
string join "" -- (set_color yellow) ' ' (set_color normal)
'';
rg.body = ''