summaryrefslogtreecommitdiff
path: root/users/seth/programs/fish.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/seth/programs/fish.nix')
-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 = [