From 7032d8eed5201ee22a36fd667cf78ac3a89db1fb Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sun, 30 Apr 2023 15:13:20 +0200 Subject: added node_modules to path --- config/home/.zshenv | 1 + 1 file changed, 1 insertion(+) diff --git a/config/home/.zshenv b/config/home/.zshenv index 2b051e0..ab0d6bc 100644 --- a/config/home/.zshenv +++ b/config/home/.zshenv @@ -2,6 +2,7 @@ export PATH="$HOME/.local/bin:$PATH" export PATH="$HOME/bin:$PATH" export PATH="$HOME/go/bin:$PATH" +export PATH="$PATH:./node_modules/.bin" export EDITOR="nvim" export VISUAL="nvim" -- cgit v1.2.3