diff --git a/home/common/fish.nix b/home/common/fish.nix index c29fff5..4f328ad 100644 --- a/home/common/fish.nix +++ b/home/common/fish.nix @@ -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 = ''