From 46a4208ad19962f99f344e7414be91d265b4b690 Mon Sep 17 00:00:00 2001
From: Luca Bilke <bilke@tralios.de>
Date: Fri, 30 Sep 2022 13:11:01 +0200
Subject: [PATCH] add npm global dir

---
 .config/shell/profile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.config/shell/profile b/.config/shell/profile
index a4b8fb0c..84fce2c6 100644
--- a/.config/shell/profile
+++ b/.config/shell/profile
@@ -3,7 +3,7 @@
 # profile file. Runs on login. Environmental variables are set here.
 
 # Adds `~/.local/bin` to $PATH
-export PATH="$PATH:${$(find -L ~/.local/bin -type d -printf %p:)%%:}"
+export PATH="$PATH:~/.local/share/npm-global/bin:${$(find -L ~/.local/bin -type d -printf %p:)%%:}"
 
 unsetopt PROMPT_SP