From a3435582689f6530f0b078b6ee280a921470844b Mon Sep 17 00:00:00 2001 From: Marc Date: Wed, 14 Apr 2021 18:57:19 +0200 Subject: [PATCH] now static npm path, function made weird npm calls on desktop switches --- .config/zsh/.zshenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/zsh/.zshenv b/.config/zsh/.zshenv index 48fc393..64f458f 100644 --- a/.config/zsh/.zshenv +++ b/.config/zsh/.zshenv @@ -2,7 +2,7 @@ setopt no_global_rcs # environment variables -export PATH=/home/marc/.config/scripts:/home/marc/.local/bin:$PATH:$(npm bin -g) +export PATH=/home/marc/.config/scripts:/home/marc/.local/bin:$PATH:$HOME/.cache/npm-packages/bin # aliases # to temporary disable them in case they override defaults,