mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Merge 41e1420919 into 1120f97305
This commit is contained in:
commit
892b93af34
1 changed files with 7 additions and 1 deletions
|
|
@ -6,7 +6,13 @@ alias bu="bundle update"
|
|||
|
||||
# The following is based on https://github.com/gma/bundler-exec
|
||||
|
||||
bundled_commands=(annotate cap capify cucumber ey foreman guard heroku middleman nanoc rackup rainbows rails rake rspec ruby shotgun spec spork thin thor unicorn unicorn_rails)
|
||||
if [ -f $ZSH_CUSTOM/bundle-commands.zsh ]; then
|
||||
source $ZSH_CUSTOM/bundle-exec.zsh
|
||||
fi
|
||||
|
||||
if [[ -z "${bundled_commands}" ]]; then
|
||||
bundled_commands=(annotate cap capify cucumber ey foreman guard heroku middleman nanoc rackup rainbows rails rake rspec ruby shotgun spec spork thin thor unicorn unicorn_rails)
|
||||
fi
|
||||
|
||||
## Functions
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue