aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorSimen A. W. Olsen <cobraz@cobraz.no>2020-11-26 21:33:39 +0100
committerSimen A. W. Olsen <cobraz@cobraz.no>2020-11-26 21:33:39 +0100
commitf90a326d2ede169a6a7a4fef983fc613c34eb1d2 (patch)
tree8ef33aec7308129daf3ef29e7f4fcb2b3488e575 /.zshrc
parent65da2569fa56c048e31ba62fef454bcc9e479927 (diff)
downloaddotfiles-f90a326d2ede169a6a7a4fef983fc613c34eb1d2.tar.gz
dotfiles-f90a326d2ede169a6a7a4fef983fc613c34eb1d2.zip
add new pcks
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index db5e0f4..aee7c9b 100644
--- a/.zshrc
+++ b/.zshrc
@@ -87,4 +87,6 @@ autoload -U add-zsh-hook
if [[ -r "${HOME}/.bashrc" ]]; then
# shellcheck source=/dev/null
source "${HOME}/.bashrc"
-fi \ No newline at end of file
+fi
+export VOLTA_HOME="$HOME/.volta"
+export PATH="$VOLTA_HOME/bin:$PATH"