granted plugin for the asdf or mise version managers.
asdf plugin-add granted https://github.com/dex4er/asdf-granted.git
asdf install granted latest
asdf global granted latest
or
mise plugins install granted https://github.com/dex4er/asdf-granted.git
mise use -g granted
Add
alias assume='source $(asdf which assume)'
or
alias assume='source $(mise which assume)'
to ~/.profile
or ~/.bashrc
or ~/.bash_profile
or ~/.zshrc
.
Add
alias assume='source $(asdf which assume.fish)'
or
alias assume='source $(mise which assume.fish)'
to ~/.config/fish/config.fish
.