adding GVM

This commit is contained in:
2021-10-12 17:04:52 +01:00
parent 40cf76b31a
commit 0d501ec507
2 changed files with 13 additions and 0 deletions

View File

@@ -197,6 +197,9 @@ source "$HOME/.cargo/env"
export GOBIN="$HOME/go/bin"
export PATH="/usr/local/go/bin:$HOME/go/bin:$PATH"
# GVM
[[ -s "$HOME/.gvm/scripts/gvm" ]] && source "$HOME/.gvm/scripts/gvm"
################################################################
# NVM #
################################################################