if [ "$(command -v npm)" ]
then
  export NPM_CONFIG_PREFIX="$HOME/.local"
fi

if [ "$(command -v n)" ]
then
  export N_PREFIX="$HOME/.local"
fi