Commit 0a195572 authored by Derek Stavis's avatar Derek Stavis

omf: install without arguments installs bundle

parent c6df5feb
...@@ -89,7 +89,7 @@ function omf -d "Oh My Fish" ...@@ -89,7 +89,7 @@ function omf -d "Oh My Fish"
case "i" "install" "get" case "i" "install" "get"
if test (count $argv) -eq 1 if test (count $argv) -eq 1
omf.list_db_packages "skip installed packages" | column omf.install_bundle
else else
omf.install_package $argv[2..-1] omf.install_package $argv[2..-1]
refresh refresh
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment