Browse Source

bug: fix node path

Douglas A 3 months ago
parent
commit
3e3abf2224
1 changed files with 1 additions and 1 deletions
  1. 1 1
      zsh/zshrc

+ 1 - 1
zsh/zshrc

@@ -124,7 +124,7 @@ PATH=$PATH:/opt/zig
 
 #node 
 #
-PATH=$PATH:/.node/bin
+PATH=$PATH:$HOME/.node/bin
 
 # deno
 #