1. 08 Dec, 2016 1 commit
  2. 29 Nov, 2016 1 commit
  3. 28 Nov, 2016 1 commit
  4. 23 Nov, 2016 1 commit
  5. 16 Nov, 2016 1 commit
  6. 11 Nov, 2016 2 commits
  7. 10 Nov, 2016 1 commit
  8. 02 Nov, 2016 6 commits
  9. 25 Oct, 2016 4 commits
  10. 17 Oct, 2016 1 commit
  11. 10 Oct, 2016 1 commit
  12. 09 Oct, 2016 1 commit
  13. 08 Oct, 2016 1 commit
  14. 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
  15. 04 Oct, 2016 6 commits
  16. 03 Oct, 2016 8 commits
  17. 02 Oct, 2016 3 commits