Commit 7ccdada8 authored by Derek Stavis's avatar Derek Stavis Committed by Pablo Santiago Blum de Aguiar

omf install: Don't refresh when nothing installed

parent e234aab3
......@@ -79,10 +79,12 @@ function omf -d "Oh My Fish"
omf.bundle.install
else
for package in $argv[2..-1]
omf.install $package
if omf.install $package
set refresh
end
end
refresh
set -q refresh; and refresh
end
case "l" "ls" "list"
......
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