Awesome
asdf-granted
granted plugin for the asdf version manager.
Install
asdf plugin-add granted https://github.com/dex4er/asdf-granted.git
asdf install granted latest
asdf global granted latest
Configuration
Bash
Add
alias assume='source $(asdf which assume)'
to ~/.profile
or ~/.bashrc
or ~/.bash_profile
.
Fish
Add
alias assume='source $(asdf which assume.fish)'
to ~/.config/fish/config.fish
.
Use
Check out the asdf readme for instructions.