Commit ba840696 authored by Bruno's avatar Bruno

Merge pull request #228 from JeanMertz/patch-1

Allow to pass any arguments to z
parents 2efe65c4 97ac4144
function z 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 end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment