summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile3
1 files changed, 2 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile
index e82048f..91db7d6 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -8,7 +8,8 @@ EDITOR=vi
export EDITOR
source ~/perl5/perlbrew/etc/bashrc
-export PATH="${HOME}/bin:${HOME}/.raku/bin:${PATH}"
+source ~/.config/nvm/nvm.sh
+export PATH="${HOME}/bin:${HOME}/.raku/bin:${HOME}/.local/bin:${PATH}"
export GPG_TTY="$(tty)"
eval "$(keychain --eval --inherit any-once --agents ssh id_rsa id_ed25519)"