1. 08 Oct, 2016 1 commit
  2. 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
  3. 04 Oct, 2016 6 commits
  4. 03 Oct, 2016 8 commits
  5. 02 Oct, 2016 6 commits
  6. 30 Sep, 2016 6 commits
  7. 29 Sep, 2016 9 commits
  8. 28 Sep, 2016 2 commits
  9. 27 Sep, 2016 1 commit