mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-12 07:57:22 +00:00
fa9d00a81a
darcs-hash:20070804110916-cbd54-5a9d129b9cfc7bf1b8f09248631ddbfbfc0dda22.gz
5 lines
149 B
Fish
5 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
|