/agoric-zsh-plugin

Plugin for agoric with common aliases

Primary LanguageShell

agoric-zsh-plugin

Plugin for Agoric with common aliases for installation, deployment, local chains, and others.

Installation

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.