2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-02-01 06:43:39 +00:00
fish-shell/share/functions/__fish_ports_dirs.fish

6 lines
149 B
Fish
Raw Normal View History

# a function to print a list of ports local collections
function __fish_ports_dirs -d 'Obtain a list of ports local collections'
ls /usr/ports
end