dotfiles/zsh/environment/host/nil/zshenv

9 lines
113 B
Plaintext
Raw Normal View History

2022-09-20 23:16:51 +00:00
export GOPATH="$HOME/.local/go"
export GOBIN="$HOME/.local/bin.go"
path=(
$GOBIN
$path)
# vim: syn=zsh