oh-my-fish/pkg/omf/cli/omf.install_package.fish
Bruno Pinto c346731743 Simplify install command
- Install does not do update.
- Share code when installing from URL or name.
2015-10-14 01:40:44 -03:00

6 lines
85 B
Fish

function omf.install_package
for search in $argv
omf.install $search
end
end