zpm-zsh/zpm

Support for custom commands when loading

JustSimplyKyle opened this issue · 2 comments

Is your feature request related to a problem? Please describe.
starship doesn't work without this 'eval "$(starship init zsh)"'

Describe the solution you'd like

add a tag smth like blah/blah,cmd:'eval "$(starship init zsh)"'

Describe alternatives you've considered
obviously using other prompts
Additional context
There might currently be a way to do this, but I just can't find it

Hey @KyleUltimate
Just add this to your .zshrc

zpm load @exec/starship,origin:'starship init zsh'

Huh, that's an interesting way to use origin. Thanks!