mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-02-01 09:13:01 +08:00
Merge pull request #228 from JeanMertz/patch-1
Allow to pass any arguments to z
This commit is contained in:
commit
ba8406967f
|
@ -1,3 +1,3 @@
|
|||
function z
|
||||
cd (bash -c 'source $Z_SCRIPT_PATH; _z $0; echo $PWD' $argv)
|
||||
cd (bash -c "source $Z_SCRIPT_PATH; _z $argv; echo \$PWD")
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user