adding any nix shell to fish

This commit is contained in:
Chris Cochrun 2025-04-08 10:06:39 -05:00
parent 2039f19182
commit 137cfc1f0d

View file

@ -1194,6 +1194,8 @@ in {
bind -M insert '$' __history_previous_command_arguments bind -M insert '$' __history_previous_command_arguments
end end
${pkgs.any-nix-shell}/bin/any-nix-shell fish --info-right | source
starship init fish | source starship init fish | source
''; '';