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