Hey!
Do you plan to add support for other shells, like fish? I believe I can add it, but
- I'd like to propose to change syntax from
eval "$(dip console)" to something like eval "$(dip init fish)" similar to mise, starship etc
- to avoid any issues in future releases, I'd like to ask you, is there other places related to shell integration or only in
lib/dip/commands/console.rb?
Hey!
Do you plan to add support for other shells, like fish? I believe I can add it, but
eval "$(dip console)"to something likeeval "$(dip init fish)"similar to mise, starship etclib/dip/commands/console.rb?