oh-my-fish/plugins/osx/pushdf.fish

5 lines
117 B
Fish

# pushd to the current Finder directory
function pushdf -d "pushd to the current Finder directory"
pushd (pfd)
end