aboutsummaryrefslogtreecommitdiffstats
path: root/.bashrc
diff options
context:
space:
mode:
authorSimen A. W. Olsen <so@bjerk.io>2021-12-05 12:30:54 +0100
committerSimen A. W. Olsen <so@bjerk.io>2021-12-05 12:30:54 +0100
commit100524cc9b44b66d556352cdd102ecf45c7f4182 (patch)
tree770398d1ff6429b168e7fd27cd59f150c44ecc58 /.bashrc
parentd60621a0d159e20bf4dfb6ffdf97339f776c81d2 (diff)
downloaddotfiles-100524cc9b44b66d556352cdd102ecf45c7f4182.tar.gz
dotfiles-100524cc9b44b66d556352cdd102ecf45c7f4182.zip
update after new m1 laptop
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"