mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 17:07:44 +00:00
6 lines
125 B
Fish
6 lines
125 B
Fish
|
# 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
|