mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-07 15:20:22 +00:00
5 lines
105 B
Fish
5 lines
105 B
Fish
# cd to the current Finder directory
|
|
|
|
function cdf -d "cd to the current Finder directory"
|
|
cd (pfd)
|
|
end |