Skip to content
  1. Oct 13, 2016
  2. Oct 11, 2016
  3. Oct 10, 2016
  4. Oct 09, 2016
  5. Oct 08, 2016
  6. Oct 07, 2016
    • 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. Oct 04, 2016
  8. Oct 03, 2016
Loading