aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorSimen A. W. Olsen <so@bjerk.io>2021-12-09 09:24:43 +0100
committerSimen A. W. Olsen <so@bjerk.io>2021-12-09 09:25:44 +0100
commit5e1ed6c9e9a1aa67f76202097ef696ca179c5739 (patch)
treefd608169b98577faa2660efd2b2b7db44c714b90 /.zshrc
parent0cb6baf06f19e755bdf1ba0a5cc6a976da9f884a (diff)
downloaddotfiles-5e1ed6c9e9a1aa67f76202097ef696ca179c5739.tar.gz
dotfiles-5e1ed6c9e9a1aa67f76202097ef696ca179c5739.zip
add updates
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 366c835..c4d288b 100644
--- a/.zshrc
+++ b/.zshrc
@@ -106,3 +106,6 @@ if [[ -r "${HOME}/.bashrc" ]]; then
# shellcheck source=/dev/null
source "${HOME}/.bashrc"
fi
+
+export VOLTA_HOME="$HOME/.volta"
+export PATH="$VOLTA_HOME/bin:$PATH" \ No newline at end of file