summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authoradmin <admin@optics-design.com>2025-07-24 21:38:14 +0200
committeradmin <admin@optics-design.com>2025-07-24 21:38:14 +0200
commit71ffe8edd720bd3a6ff9a65f8f263557e82e50da (patch)
treea2ebdcee0f9820aafa37a5e2bf4d2eb340b268c2 /.zshrc
parentc5870e8639b8b2e449c02e41d7ec5fef42b278b3 (diff)
added npm pathHEADmaster
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc3
1 files changed, 3 insertions, 0 deletions
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
Back to https://optics-design.com