Releases: homerours/jumper
Releases · homerours/jumper
v1.0
Installation
- Download the
.tar.gzfile corresponding your os/architecture. - Run
tar -xvzf ./<your-file>.tar.gz - Move
./jumperto some a directory in your$PATH, e.g./usr/local/bin. - Add the following to your
.bashrc,.zshrcor.config/fish/config.fishto get access to jumper's functions:
- bash
eval "$(jumper shell bash)"
- zsh
source <(jumper shell zsh)
- fish
jumper shell fish | source