Dotfiles/.profile
2024-05-13 23:58:56 +02:00

3 lines
77 B
Bash

# Volta
export VOLTA_HOME="$HOME/.volta"
export PATH="$VOLTA_HOME/bin:$PATH"