summaryrefslogtreecommitdiff
path: root/plugins/asdf
AgeCommit message (Collapse)Author
2023-10-02feat(asdf): load zsh completions instead of bash onesThomas Faugier
Closes #11143 Closes #8779 Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2022-10-25docs(autojump): fix outdated links and update description (#11289)Eric Hsieh
2021-12-21feat(asdf): add support for archlinux/AUR package (#9893)alexandregv
Closes #9893
2021-12-21fix(asdf): fix path to Homebrew installation of `asdf` (#10481)Sergei Shishov
Fixes #10484 Closes #10481
2020-05-23asdf: fix completions if ASDF_DIR is already exported (#8538)Albert Serrallé Ríos
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