mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-12 07:57:22 +00:00
27baa6e62b
darcs-hash:20070803202253-782a0-e2140559cdf45e3a543c3e9d915fe84537ee73a6.gz
5 lines
125 B
Fish
5 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
|