Added npm local for work around for nix

This commit is contained in:
James Patrick 2022-12-26 19:27:05 -05:00
parent 857f89cdb7
commit 8a3381ca79
1 changed files with 4 additions and 2 deletions

View File

@ -1,8 +1,10 @@
export GOPATH="$HOME/.local/go"
export GOBIN="$HOME/.local/bin.go"
export GO_BIN="$HOME/.local/bin.go"
export NPM_BIN="$HOME/.npm-global/bin"
path=(
$GOBIN
$GO_BIN
$NPM_BIN
$path)
# vim: syn=zsh