diff options
| author | krolyxon <krolyxon@tutanota.com> | 2023-02-03 12:57:22 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2023-02-03 12:57:22 +0530 |
| commit | a3bad57a59b857febb72d6ae68b46e51e2165c0d (patch) | |
| tree | 95620344bac47f36c6bffd51c9c10221f85a5221 /.config | |
| parent | fbebef7bee701894994208f3da023d0aac5810d4 (diff) | |
mounter, unmounter, profile, sbar
Diffstat (limited to '.config')
| -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 |
