You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am used to scripts completion working even with alias for example for yarn ZSH plugin-would it be possible to implement it for pnpm too?
I usually have aliases like alias pr="pnpm run" and while script complete nicely when I type the full command pnpm run they are not with the alias.
I am using Oh My Zsh and version 0.5.3
The text was updated successfully, but these errors were encountered:
I am used to scripts completion working even with alias for example for yarn ZSH plugin-would it be possible to implement it for pnpm too?
I usually have aliases like
alias pr="pnpm run"
and while script complete nicely when I type the full commandpnpm run
they are not with the alias.I am using Oh My Zsh and version 0.5.3
The text was updated successfully, but these errors were encountered: