diff options
Diffstat (limited to '.config/shell/profile')
| -rw-r--r-- | .config/shell/profile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/shell/profile b/.config/shell/profile index 52a0c39..63b2d54 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -30,6 +30,8 @@ export FZF_DEFAULT_OPTS="--layout=reverse --height 40%" export ANDROID_SDK_HOME="${XDG_CONFIG_HOME:-$HOME/.config}/android" export _JAVA_AWT_WM_NONREPARENTING=1 # Fix for Java applications in dwm export MOZ_USE_XINPUT2="1" # Mozilla smooth scrolling/touchpads. +export NPM_CONFIG_USERCONFIG="$HOME/.config/npm/npmrc" + # Adds `~/.local/bin` to $PATH export PATH="$PATH:${$(find ~/.local/bin -type d -printf %p:)%%:}" # export PATH=$PATH:$HOME/.local/bin |
