2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-02-01 14:53:28 +00:00
fish-shell/share/functions/__fish_prt_packages.fish

5 lines
164 B
Fish
Raw Normal View History

# 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