Dotfiles/.profile

3 lines
89 B
Bash

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