omf: install without arguments installs bundle

This commit is contained in:
Derek Stavis 2015-08-29 19:26:08 -03:00
parent c6df5feba5
commit 0a195572a1

View File

@ -89,7 +89,7 @@ function omf -d "Oh My Fish"
case "i" "install" "get"
if test (count $argv) -eq 1
omf.list_db_packages "skip installed packages" | column
omf.install_bundle
else
omf.install_package $argv[2..-1]
refresh