oh-my-fish/plugins/bundler/bi.fish
2012-07-29 17:31:04 -03:00

4 lines
39 B
Fish

function bi
bundle install $argv
end