summaryrefslogtreecommitdiff
path: root/plugins/chruby/chruby.plugin.zsh
AgeCommit message (Collapse)Author
2018-10-01chruby: add "system" to completion list if available (#5280)Marc Cornellà
Detect system Ruby in default `PATH`, and provide "system" completion if found. Tested with [the Dockerfile](https://gist.github.com/franklinyu/b8deda6a5093a17b575679b5808b371f).
2018-08-23[plugin/chruby] Add "system" to completion listFranklin Yu
Detect system Ruby in default PATH, and provide "system" completion if Ruby is found.
2017-11-07speed up chruby plugin by eliminating(as much as possible) calls to brew (#6080)T0mK0
* speed up chruby plugin by eliminating(as much as possible) calls to brew * speed up aws plugin by eliminating(as much as possible) calls to brew
2016-01-07chruby plugin locals moved inside functionStefan Wrobel
2015-09-25Fix invalid test expression.Piotr Gaczkowski
2015-09-16chruby: donʼt try to execute .sh files before loadingHenrik Hodne
2014-11-24Fix chruby plugin to not complain if chruby is *not* installedEric Ripa
2013-11-16Add simple plugin for chruby ruby version managerSean Escriva