oh-my-fish/plugins/z
Jean Mertz 97ac414448 Allow to pass any arguments to z
before:

```
$ z --help
12         /Users/Jean/Dropbox
12         /Users/Jean/work

$ z work
/Users/Jean/work
```

after:

```
z --help
z [-chlrtx] args

$ z work
/Users/Jean/work
```
2014-10-20 15:51:13 +02:00
..
z.fish Allow to pass any arguments to z 2014-10-20 15:51:13 +02:00
z.load fix z path scope 2014-04-22 12:28:21 -07:00