mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 02:27:28 +08:00
27baa6e62b
darcs-hash:20070803202253-782a0-e2140559cdf45e3a543c3e9d915fe84537ee73a6.gz
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
|