From 37ae8cc30b9c93caa43504aaf0b66b4fd5500882 Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Tue, 4 Feb 2025 00:11:58 -0500 Subject: seth/fish: fix hydro prompt colors --- users/seth/programs/fish.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'users') diff --git a/users/seth/programs/fish.nix b/users/seth/programs/fish.nix index e5f7a23..5035655 100644 --- a/users/seth/programs/fish.nix +++ b/users/seth/programs/fish.nix @@ -39,6 +39,10 @@ in programs.fish = { 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 ''; plugins = [ -- cgit v1.2.3