1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-03-04 14:18:39 +08:00
Brandon Siegel 22c0db64ee Change bi alias to a function
Only check the bundler version when we call bi. This fixes two issues:
First, if there is no bundler available system-wide this will cause an
error each time zsh loads. Second, if new bundler is installed
system-wide but you change into an rbenv with an older version, the
alias will no longer work.
2013-12-02 10:51:25 -05:00
..