Skip to content

Commit

Permalink
seth/fish: fix hydro prompt colors
Browse files Browse the repository at this point in the history
  • Loading branch information
getchoo committed Feb 4, 2025
1 parent 7a1d9b6 commit 37ae8cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions users/seth/programs/fish.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 37ae8cc

Please sign in to comment.