mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-02-16 19:22:57 +08:00
4 lines
93 B
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
|