mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-01-23 07:21:44 +08:00
Merge pull request #118 from derekstavis/omf-list-installed-wrapper
Fixes a regression in update process added in #115
This commit is contained in:
commit
e2d0455b28
5
pkg/omf/cli/omf.list_installed_packages.fish
Normal file
5
pkg/omf/cli/omf.list_installed_packages.fish
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Backwards-compatible wrapper function
|
||||
# TODO: Remove it after 2015, December 13
|
||||
function omf.list_installed_packages
|
||||
omf.packages.list --installed --plugin
|
||||
end
|
Loading…
Reference in New Issue
Block a user