Skip to content

Releases: homerours/jumper

v1.0

21 Oct 19:49
Compare
Choose a tag to compare

Installation

  1. Download the .tar.gz file corresponding your os/architecture.
  2. Run tar -xvzf ./<your-file>.tar.gz
  3. Move ./jumper to some a directory in your $PATH, e.g. /usr/local/bin.
  4. Add the following to your .bashrc, .zshrc or .config/fish/config.fish to get access to jumper's functions:
  • bash
    eval "$(jumper shell bash)"
  • zsh
    source <(jumper shell zsh)
  • fish
    jumper shell fish | source