Update dotfiles/.profile

This commit is contained in:
Brian Zalewski 2022-11-05 16:32:53 +00:00
parent 662490fe5a
commit 085d3dd1d7

View file

@ -272,6 +272,7 @@ export RIPGREP_CONFIG_PATH="$HOME/.config/ripgreprc"
### Ruby
export GEM_HOME="$HOME/.local/gems"
export PATH="$PATH:$GEM_HOME/bin"
### Volta
export VOLTA_HOME="$HOME/.local/volta"