Adding env for syntax

This commit is contained in:
James Patrick 2024-08-21 23:17:13 -04:00
parent 9a32507c33
commit cb58085545
No known key found for this signature in database

View File

@ -1,3 +1,6 @@
#!/usr/bin/env zsh
# vim: syn=zsh
export GOPATH="$HOME/.local/go"
export GO_BIN="$HOME/.local/bin.go"
export NPM_BIN="$HOME/.npm-global/bin"