diff --git a/.zshrc b/.zshrc index c852032..fe2cd6c 100644 --- a/.zshrc +++ b/.zshrc @@ -134,9 +134,11 @@ export PATH=/bin:$PATH export PATH=/usr/bin:$PATH export PATH=/usr/sbin:$PATH export PATH=/sbin:$PATH +export PATH=/usr/local/bin:$PATH export PATH=$HOME/go/bin:$PATH export PATH=$HOME/golang/bin:$PATH export PATH=$HOME/.local/bin:$PATH +export PATH=$HOME/node_modules/.bin:$PATH export GOPATH=$HOME/golang export PATH=$PATH:$HOME/.gem/ruby/2.6.0/bin [ -d $HOME/repo/fortigate/bin ] && export PATH=$HOME/repo/fortigate/bin:$PATH