Skip to content

haysclark/zsh-jx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Zsh plugin for Jenkins-X CLI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages