aboutsummaryrefslogtreecommitdiffstats
path: root/.bashrc
diff options
context:
space:
mode:
authorSimen A. W. Olsen <so@bjerk.io>2023-02-10 08:54:23 +0100
committerSimen A. W. Olsen <so@bjerk.io>2023-02-10 08:54:23 +0100
commit8240e2238eeb7ff8fb5d53b9dc03f9823dd5e576 (patch)
treefd8ca0e56fbbae7e8039606f7e3e3dcd0f8c8bd4 /.bashrc
parentbdf126b4b432b58806dd959229ae636963e1a04c (diff)
downloaddotfiles-8240e2238eeb7ff8fb5d53b9dc03f9823dd5e576.tar.gz
dotfiles-8240e2238eeb7ff8fb5d53b9dc03f9823dd5e576.zip
add updates
Diffstat (limited to '.bashrc')
-rwxr-xr-x.bashrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 27274c3..c54da04 100755
--- a/.bashrc
+++ b/.bashrc
@@ -63,3 +63,8 @@ unset file
export VOLTA_HOME="$HOME/.volta"
export PATH="$VOLTA_HOME/bin:$PATH"
+. "$HOME/.cargo/env"
+
+export PYENV_ROOT="$HOME/.pyenv"
+command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"
+eval "$(pyenv init -)"