A ohmyzsh plugin for the Jenkins-X CLI.
ohmyzsh needs to be installed.
-
Clone the repo into your
custom/plugins
folder.git clone https://github.com/haysclark/zsh-jx.git ~/.oh-my-zsh/custom/plugin/jx
-
Add 'jx' to your
.zshrc
file.plugins=(jx)
Open a new zsh session or re-source your existing shell.
source ~/.zshrc
-
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