• diego's avatar
    Add non 0 exit code for missing jump targets (#5500) · d69f2850
    diego authored
    This allows for the user to combine the jump command with something else. In my example cd and jump are now combined like this:
    
    ```bash
    jumpcd() {
            jump $1 > /dev/null || cd $1
    }
    alias cd="jumpcd"
    ```
    d69f2850
Name
Last commit
Last update
cache Loading commit data...
custom Loading commit data...
lib Loading commit data...
log Loading commit data...
plugins Loading commit data...
templates Loading commit data...
themes Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
LICENSE.txt Loading commit data...
README.md Loading commit data...
oh-my-zsh.sh Loading commit data...