summaryrefslogtreecommitdiff
path: root/users/seth/programs
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2025-02-04 19:18:57 -0500
committerSeth Flynn <[email protected]>2025-02-04 19:18:57 -0500
commit363a96f4683325d9bd0879f0ec35c84b5b640ff1 (patch)
tree9e3a97a2671d5dc3ac9b827bc48dda13454cf6de /users/seth/programs
parentd6a3eacec7adb5a755d4b448f0e4de760b85a37e (diff)
seth/fish: fixup hydro colors
Diffstat (limited to 'users/seth/programs')
-rw-r--r--users/seth/programs/fish.nix7
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 = [