dotfiles/zsh/environment/host/wok/zshenv

7 lines
144 B
Plaintext
Raw Normal View History

2019-12-20 15:13:54 +00:00
export GOPATH="${HOME}/.go"
2020-07-06 00:00:20 +00:00
export PSQLAPP="/Applications/Postgres.app/Contents/Versions/latest/bin"
2020-06-03 03:26:08 +00:00
path=(
$GOPATH
$PSQLAPP
$path)