Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 736 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 736 Bytes

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