1. 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
  2. 11 Jun, 2015 1 commit
  3. 10 Feb, 2015 1 commit
  4. 06 Nov, 2014 1 commit
  5. 28 Jun, 2014 1 commit
  6. 18 Sep, 2013 1 commit
    • Thomas Hipp's avatar
      jump plugin: fix autocompletion with single mark · 91b6a6b5
      Thomas Hipp authored
      Autocompletion fails if there's only one mark, since the ls command
      will not display the parent directory with the trailing colon.
      Handling the single mark case separately and validating the symlink
      explicitly, resolves the issue.
      91b6a6b5
  7. 06 Sep, 2013 4 commits
  8. 05 Sep, 2013 2 commits
  9. 18 Aug, 2013 1 commit
  10. 15 Aug, 2013 1 commit