mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-02-08 16:11:45 +08:00
4 lines
78 B
Fish
4 lines
78 B
Fish
function z
|
|
cd (bash -c 'source $Z_SCRIPT_PATH; _z $0; echo $PWD' $argv)
|
|
end
|