aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/__fish_prt_ports.fish
blob: 715be06cddc0a170938c1a69e1c6f66d9a4f76f0 (plain)
1
2
3
4
5
# a function to obtain a list of ports with prt-get

function __fish_prt_ports -d 'Obtain a list of ports'
	prt-get list
end