1. 25 May, 2018 1 commit
  2. 09 Feb, 2017 3 commits
  3. 07 Feb, 2017 2 commits
  4. 02 Nov, 2016 6 commits
  5. 25 Oct, 2016 4 commits
  6. 17 Oct, 2016 1 commit
  7. 10 Oct, 2016 1 commit
  8. 09 Oct, 2016 1 commit
  9. 08 Oct, 2016 1 commit
  10. 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
  11. 04 Oct, 2016 6 commits
  12. 03 Oct, 2016 8 commits
  13. 02 Oct, 2016 5 commits