diff options
| -rw-r--r-- | users/seth/programs/fish.nix | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/users/seth/programs/fish.nix b/users/seth/programs/fish.nix index 5035655..5ffab2c 100644 --- a/users/seth/programs/fish.nix +++ b/users/seth/programs/fish.nix @@ -40,9 +40,10 @@ in interactiveShellInit = '' set --global hydro_symbol_prompt ">" - set --global hydro_color_git $fish_color_cwd - set --global hydro_color_prompt $fish_color_end - set --global hydro_color_pwd $fish_color_host + set --global hydro_color_duration $fish_color_end + set --global hydro_color_git cba6f7 + set --global hydro_color_prompt $fish_color_cwd + set --global hydro_color_pwd $fish_color_user ''; plugins = [ |
