Eric Hsieh 820b8bd40f docs(autojump): fix outdated links and update description (#11289) | 2 年之前 | |
---|---|---|
.. | ||
README.md | 2 年之前 | |
asdf.plugin.zsh | 2 年之前 |
Maintainer: @RobLoach
Adds integration with asdf, the extendable version manager, with support for Ruby, Node.js, Elixir, Erlang and more.
git clone https://github.com/asdf-vm/asdf.git ~/.asdf
plugins
definition in ~/.zshrc
. plugins=(asdf)
See the asdf documentation for information on how to use asdf:
asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git
asdf install nodejs latest
asdf global nodejs latest
asdf local nodejs latest