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

4 lines
93 B
Fish
Raw Normal View History

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