aboutsummaryrefslogtreecommitdiffstats
path: root/.bash_profile
diff options
context:
space:
mode:
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile
index cc906e5..81c31f8 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -15,6 +15,6 @@ export CLICOLOR=1
export LSCOLORS=Exfxcxdxbxegedabagacad
# Volta
+. "$HOME/.cargo/env"
export VOLTA_HOME="$HOME/.volta"
export PATH="$VOLTA_HOME/bin:$PATH"
-. "$HOME/.cargo/env"