oh-my-zsh/plugins/bundler_bump/bundler_bump.plugin.zsh
2014-04-19 13:33:49 -03:00

4 lines
44 B
Bash

func bump() {
bundle update --source $*
}