mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-08 14:59:29 +08:00
6 lines
149 B
Fish
6 lines
149 B
Fish
# 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
|