4 lines
77 B
Text
4 lines
77 B
Text
|
# Volta
|
||
|
export VOLTA_HOME="$HOME/.volta"
|
||
|
export PATH="$VOLTA_HOME/bin:$PATH"
|