Plugin for Oh My Zsh to add alias for mycli
with login path.
When enabled, the login path can be specified using an @ sign. For example:
mycli @production -D main
# The above is the same than:
mycli --login-path=production -D main
First, clone the repo:
git clone https://github.com/remino/omz-plugin-mycli-alias.git "$ZSH_CUSTOM/plugins/mycli-alias"
Second, add mycli-alias
to your Oh My Zsh plugins:
plugins+=(mycli-alias)
Finally, restart your shell.