/zsh-jx

Zsh plugin for Jenkins-X CLI

Primary LanguageShellMIT LicenseMIT

zsh-jx

A ohmyzsh plugin for the Jenkins-X CLI.

Installation

ohmyzsh needs to be installed.

  1. Clone the repo into your custom/plugins folder.

    git clone https://github.com/haysclark/zsh-jx.git ~/.oh-my-zsh/custom/plugin/jx
  2. Add 'jx' to your .zshrc file.

    plugins=(jx)

    Open a new zsh session or re-source your existing shell.

    source ~/.zshrc

Usage

Updating

  1. Get the latest version by pulling and rebasing your repo.

    cd ~/.oh-my-zsh/custom/plugin/jx
    git fetch origin main && git rebase origin/main