For example:
(imagine a setting like this)
~/.config/sheldon/plugins.toml
shell = "bash"
[bash.plugins.foobar_bash_plugin]
github = "owner/foobar_bash_plugin"
shell = "fish"
[fish.plugins.foobar_fish_plugin]
github = "owner/foobar_fish_plugin"
I mainly use fish shell, but sometimes I use bash for features that are only available in bash.
For example:
(imagine a setting like this)
~/.config/sheldon/plugins.tomlI mainly use fish shell, but sometimes I use bash for features that are only available in bash.