This website requires JavaScript.
Explore
Help
Register
Sign In
Archives
/
oh-my-fish
Watch
2
Star
0
Fork
0
You've already forked oh-my-fish
mirror of
https://github.com/oh-my-fish/oh-my-fish
synced
2024-11-09 13:10:40 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
e957365d75
oh-my-fish
/
plugins
/
z
/
z.fish
4 lines
76 B
Fish
Raw
Normal View
History
Unescape
Escape
initial support for z: "https://github.com/rupa/z"
2012-10-17 05:42:18 +00:00
function
z
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 13:51:13 +00:00
cd
(
bash
-c
"
source
$Z_SCRIPT_PATH
; _z
$argv
; echo \$PWD
"
)
initial support for z: "https://github.com/rupa/z"
2012-10-17 05:42:18 +00:00
end
Reference in New Issue
Copy Permalink