mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 01:36:39 +08:00
fa9d00a81a
darcs-hash:20070804110916-cbd54-5a9d129b9cfc7bf1b8f09248631ddbfbfc0dda22.gz
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
|