Skip to content
Snippets Groups Projects
Commit 97ac4144 authored by Jean Mertz's avatar Jean Mertz
Browse files

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
```
parent 2efe65c4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment