mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-03 15:40:32 +00:00
97ac414448
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 ```
4 lines
76 B
Fish
4 lines
76 B
Fish
function z
|
|
cd (bash -c "source $Z_SCRIPT_PATH; _z $argv; echo \$PWD")
|
|
end
|