Commit c4bd4ade authored by Derek Stavis's avatar Derek Stavis

omf: Refresh after bundle install

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