summaryrefslogtreecommitdiff
path: root/plugins/asdf
AgeCommit message (Collapse)Author
2019-02-08asdf: fix homebrew installation path (#7582)eric-christian
* The check for the asdf installation directory is more precise: The existence of the directory `$HOME/.asdf` does not mean that it is the installation directory of `asdf`. It will also be created after installing at least one asdf plugin. * Completions, while installed with homebrew, are now expected on an alternative location.
2018-08-07asdf: add Homebrew and completion support (#6749)John Burwell
* Modifies the search logic for asdf to include Homebrew when it is installed. The implementation is adapted from the pyenv plugin.
2018-04-22Add completions to asdf plugin (#6046)Julian Laubstein
2016-03-30Add 'asdf' pluginRob Loach