Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 760 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 760 Bytes

asdf-granted

CI

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.