From 71ffe8edd720bd3a6ff9a65f8f263557e82e50da Mon Sep 17 00:00:00 2001 From: admin Date: Thu, 24 Jul 2025 21:38:14 +0200 Subject: added npm path --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index 583421c..9fdcf58 100644 --- a/.zshrc +++ b/.zshrc @@ -68,3 +68,6 @@ setopt autocd eval "$(zoxide init zsh)" alias j='z' eval "$(mcfly init zsh)" + +#Add to Path +export PATH=~/.npm-global/bin:$PATH -- cgit v1.2.3