summaryrefslogtreecommitdiff
path: root/config/home/.zshenv
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-04-30 15:13:20 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-04-30 15:13:20 +0200
commit7032d8eed5201ee22a36fd667cf78ac3a89db1fb (patch)
tree44e13cb0fadc6ad7d8d8f845edaf93bb3654e06e /config/home/.zshenv
parent94a936edaaf9ce7fbd5972266e5311283099072a (diff)
added node_modules to path
Diffstat (limited to 'config/home/.zshenv')
-rw-r--r--config/home/.zshenv1
1 files changed, 1 insertions, 0 deletions
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"