aboutsummaryrefslogtreecommitdiffstats
path: root/.bash_profile
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 /.bash_profile
parentd60621a0d159e20bf4dfb6ffdf97339f776c81d2 (diff)
downloaddotfiles-100524cc9b44b66d556352cdd102ecf45c7f4182.tar.gz
dotfiles-100524cc9b44b66d556352cdd102ecf45c7f4182.zip
update after new m1 laptop
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"