aboutsummaryrefslogtreecommitdiffstats
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rwxr-xr-x.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index ce2d5c4..6b76787 100755
--- a/.bashrc
+++ b/.bashrc
@@ -58,6 +58,6 @@ for file in ~/.{aliases,path,extras}; do
fi
done
unset file
+
export VOLTA_HOME="$HOME/.volta"
export PATH="$VOLTA_HOME/bin:$PATH"
-. "$HOME/.cargo/env"