1. 13 Oct, 2016 1 commit
  2. 11 Oct, 2016 1 commit
  3. 10 Oct, 2016 4 commits
  4. 09 Oct, 2016 1 commit
  5. 08 Oct, 2016 1 commit
  6. 07 Oct, 2016 1 commit
    • 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
  7. 04 Oct, 2016 7 commits
  8. 03 Oct, 2016 20 commits
  9. 02 Oct, 2016 4 commits