aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/__fish_ports_dirs.fish
blob: 969569f956cd8fe41fde6d0c2c60ab7f099c15bd (plain)
1
2
3
4
5
# 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