Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
whitw
2 years agoNew Contributor
[ZSH] Plugin aliases break completion for the command run by the plugin
I have ZSH set up to introspect aliases and run plugin functions based on what the alias is calling.
This means that an alias set up for gh : alias gh='op plugin run -- gh' will actually trigge...