mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-11-23 06:34:56 +08:00
adding sidekiq to bundled commands list
This commit is contained in:
parent
120131001d
commit
71d79d8111
|
@ -23,7 +23,7 @@ function _run-with-bundler
|
|||
end
|
||||
|
||||
### Main program
|
||||
set -l bundled_commands annotate cap capify cucumber foreman guard middleman nanoc rackup rainbows rake rspec ruby shotgun spec spinach spork thin thor unicorn unicorn_rails
|
||||
set -l bundled_commands annotate cap capify cucumber foreman guard middleman nanoc rackup rainbows rake rspec ruby shotgun sidekiq spec spinach spork thin thor unicorn unicorn_rails
|
||||
|
||||
for cmd in $bundled_commands
|
||||
if not contains $cmd bundle gem
|
||||
|
|
Loading…
Reference in New Issue
Block a user