mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-01-24 14:39:36 +08:00
6 lines
164 B
Fish
6 lines
164 B
Fish
|
# Backwards-compatible wrapper function
|
||
|
# TODO: Remove it after 2015, December 13
|
||
|
function omf.list_installed_packages
|
||
|
omf.packages.list --installed --plugin
|
||
|
end
|