From 163e8cef4bd060a1b11623b81496a28267492946 Mon Sep 17 00:00:00 2001 From: Marc Date: Wed, 14 Apr 2021 07:25:27 +0200 Subject: [PATCH] added npm bin to PATH --- .config/zsh/.zshenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/zsh/.zshenv b/.config/zsh/.zshenv index bdb665f..48fc393 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 +export PATH=/home/marc/.config/scripts:/home/marc/.local/bin:$PATH:$(npm bin -g) # aliases # to temporary disable them in case they override defaults,