This website requires JavaScript.
Explore
Help
Register
Sign In
github-mirror
/
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.git
synced
2024-12-03 14:53:41 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
39f54c2805
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 13:42:18 +08: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 21:51:13 +08:00
cd
(
bash
-c
"
source
$Z_SCRIPT_PATH
; _z
$argv
; echo \$PWD
"
)
initial support for z: "https://github.com/rupa/z"
2012-10-17 13:42:18 +08:00
end
Reference in New Issue
Copy Permalink