diff options
| author | Seth Flynn <[email protected]> | 2025-02-04 00:11:58 -0500 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2025-02-04 00:11:58 -0500 |
| commit | 37ae8cc30b9c93caa43504aaf0b66b4fd5500882 (patch) | |
| tree | cca25b185075251faecb5b8b3ee900db806880ea /users/seth | |
| parent | 7a1d9b6e16d3d8ff4941286c89713ef44c332866 (diff) | |
seth/fish: fix hydro prompt colors
Diffstat (limited to 'users/seth')
| -rw-r--r-- | users/seth/programs/fish.nix | 4 |
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 = [ |
