Commit Graph

5 Commits

Author SHA1 Message Date
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
Chris Chua
99dcf2861d fix z path scope 2014-04-22 12:28:21 -07:00
Bruno Pinto
62928f9aa5 allowing z plugin to use a custom path 2013-11-20 08:20:34 -02:00
Bruno Pinto
5cde405bb7 setup z based on PWD variable 2013-03-02 03:49:12 -03:00
Bruno Pinto
129e13dbc1 initial support for z: "https://github.com/rupa/z" 2012-10-17 02:42:29 -03:00