diff --git a/bash/.bashrc b/bash/.bashrc index ff89f0a..acc9a1d 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -37,3 +37,7 @@ export EDITOR="$(command -v nvim 2>/dev/null || command -v vim 2>/dev/null || co # ghcup (Haskell) [ -f "$HOME/.ghcup/env" ] && source "$HOME/.ghcup/env" # ghcup-env +# Nodejs +export npm_config_prefix="$HOME/.local" +export PATH="$HOME/.local/bin:$PATH" +