mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 08:58:01 +00:00
5 lines
164 B
Fish
5 lines
164 B
Fish
|
# a function to obtain a list of installed packages with prt-get
|
||
|
function __fish_prt_packages -d 'Obtain a list of installed packages'
|
||
|
prt-get listinst
|
||
|
end
|