Skip to content

Commit

Permalink
use gvm if present
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Steinberg committed Apr 11, 2023
1 parent 4dc8b04 commit 0e7258a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
[ -d "$HOME/.yarn/bin" ] && export PATH="$HOME/.yarn/bin:$PATH"
[ -d "$HOME/.local/bin" ] && export PATH="$HOME/.local/bin:$PATH"
[[ -s "$HOME/.gvm/scripts/gvm" ]] && source "$HOME/.gvm/scripts/gvm"

0 comments on commit 0e7258a

Please sign in to comment.