From e712243be494a4158901014faad7ec67ceb809e5 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Fri, 10 Feb 2023 16:53:03 -0600 Subject: feat: split `.profile` to individual files split `$XDG_CONFIG_HOME/.profile` up into `$XDG_CONFIG_HOME/profile.d` directory. This allows for better management and prioritization between different tool's env. --- npm/.config/profile.d/20-npm.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 npm/.config/profile.d/20-npm.sh (limited to 'npm/.config/profile.d/20-npm.sh') diff --git a/npm/.config/profile.d/20-npm.sh b/npm/.config/profile.d/20-npm.sh new file mode 100644 index 0000000..d6351dd --- /dev/null +++ b/npm/.config/profile.d/20-npm.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +export NPM_CONFIG_USERCONFIG="$XDG_CONFIG_HOME/npm/npmrc" -- cgit v1.2.3-70-g09d2