Files
ohmyzsh/plugins
diego d69f2850af Add non 0 exit code for missing jump targets (#5500)
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"
```
2016-10-07 23:54:54 +02:00
..
2016-09-17 12:31:52 +02:00
2016-10-04 00:17:38 +02:00
2016-08-25 18:33:15 +02:00
2016-09-03 19:49:20 +02:00
2016-09-02 21:03:49 +02:00
2016-07-19 00:20:59 +02:00
2016-09-30 00:38:21 +02:00
2016-09-08 00:27:46 +01:00
2016-07-04 22:34:41 +02:00
2016-10-04 17:23:20 +02:00
2015-12-15 22:52:13 -07:00
2016-08-17 22:39:41 +02:00
2016-08-21 20:06:47 +02:00
2016-08-14 17:30:55 -07:00
2016-10-04 00:47:59 +02:00
2016-09-21 21:27:05 +02:00
2016-09-19 19:58:45 -07:00
2016-08-07 19:36:44 +02:00
2016-08-24 21:28:49 +02:00
2016-08-12 20:50:09 -07:00
2015-11-23 22:22:45 +01:00