fish-shell/share/functions/__fish_prt_ports.fish

6 lines
125 B
Fish
Raw Normal View History

# 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