From 363a96f4683325d9bd0879f0ec35c84b5b640ff1 Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Tue, 4 Feb 2025 19:18:57 -0500 Subject: seth/fish: fixup hydro colors --- users/seth/programs/fish.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'users') 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 = [ -- cgit v1.2.3