From 5547d407ede92450e28c9e5437a69431d815de40 Mon Sep 17 00:00:00 2001 From: Gianni Ceccarelli Date: Tue, 7 Jun 2022 11:36:28 +0100 Subject: nvm, local/bin --- .bash_profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)" -- cgit v1.2.3