Commit c4bd4ade authored by Derek Stavis's avatar Derek Stavis

omf: Refresh after bundle install

parent d16796b6
......@@ -76,17 +76,18 @@ function omf -d "Oh My Fish"
case "i" "install" "get"
if test (count $argv) -eq 1
omf.bundle.install
omf.bundle.install;
and set installed
else
for package in $argv[2..-1]
if omf.install $package
set refresh
end
omf.install $package;
and set installed
end
set -q refresh; and refresh
end
set -q installed; and refresh
return 0
case "l" "ls" "list"
omf.packages.list --installed | column
......
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