aboutsummaryrefslogtreecommitdiffstats
path: root/.bash_profile
diff options
context:
space:
mode:
authorSimen A. W. Olsen <so@bjerk.io>2021-09-01 08:56:27 +0200
committerSimen A. W. Olsen <so@bjerk.io>2021-09-01 08:59:49 +0200
commit7f3e2883b924119252a9273f60105e87fde7e2f9 (patch)
treeb1c0b755e3cd9e17c68fb5d732eeda487fa3c57a /.bash_profile
parent2e696ecde47838ab3602b09bf6b172e13b9dd067 (diff)
downloaddotfiles-7f3e2883b924119252a9273f60105e87fde7e2f9.tar.gz
dotfiles-7f3e2883b924119252a9273f60105e87fde7e2f9.zip
update everything
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile
index 00c32ad..cc906e5 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -17,3 +17,4 @@ export LSCOLORS=Exfxcxdxbxegedabagacad
# Volta
export VOLTA_HOME="$HOME/.volta"
export PATH="$VOLTA_HOME/bin:$PATH"
+. "$HOME/.cargo/env"