Plugin for Agoric with common aliases for installation, deployment, local chains, and others.
Clone into your oh-my-zsh plugins directory
git clone https://github.com/adairrr/agoric-zsh-plugin $ZSH_CUSTOM/plugins/agoric
Add the plugin to the plugins array in your ~/.zshrc
:
plugins=(
git
kubectl
...
agoric
)
Source the zshrc with source ~/.zshrc
.