forked from Snoweuph/Dotfiles
8 lines
186 B
Bash
8 lines
186 B
Bash
# Volta
|
|
export VOLTA_HOME="$HOME/.local/share/volta"
|
|
export PATH="$VOLTA_HOME/bin:$PATH"
|
|
|
|
|
|
# Jetbrains Toolbox
|
|
export PATH="$PATH:/home/snoweuph/.local/share/JetBrains/Toolbox/scripts"
|
|
|