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"
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
......
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