oh-my-fish/plugins/z/z.fish

4 lines
93 B
Fish

function z
cd (bash -c 'source /usr/local/etc/profile.d/z.sh; _z $0; echo $PWD' $argv)
end