summaryrefslogtreecommitdiff
path: root/users
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2025-02-04 00:11:58 -0500
committerSeth Flynn <[email protected]>2025-02-04 00:11:58 -0500
commit37ae8cc30b9c93caa43504aaf0b66b4fd5500882 (patch)
treecca25b185075251faecb5b8b3ee900db806880ea /users
parent7a1d9b6e16d3d8ff4941286c89713ef44c332866 (diff)
seth/fish: fix hydro prompt colors
Diffstat (limited to 'users')
-rw-r--r--users/seth/programs/fish.nix4
1 files changed, 4 insertions, 0 deletions
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 = [