host specific zsh files for nil

This commit is contained in:
James Patrick 2022-09-20 19:16:51 -04:00
parent 255fdd7757
commit e708c909de
2 changed files with 8 additions and 0 deletions

View File

View File

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