Mercurial > hg > zsh-env
comparison zshrc-cassiopeia @ 166:92da49be823d
Configure the go environment
author | Dirk Olmes <dirk.olmes@codedo.de> |
---|---|
date | Sun, 01 Mar 2020 01:52:59 +0100 |
parents | ca7dbc6c6aae |
children | 2ab4c6b83044 |
comparison
equal
deleted
inserted
replaced
165:6dd02b1ebb80 | 166:92da49be823d |
---|---|
9 . $HOME/.zsh-env/zshrc-vpn | 9 . $HOME/.zsh-env/zshrc-vpn |
10 . $HOME/.zsh-env/zshrc-ipv6 | 10 . $HOME/.zsh-env/zshrc-ipv6 |
11 . $HOME/.zsh-autoenv/autoenv.zsh | 11 . $HOME/.zsh-autoenv/autoenv.zsh |
12 | 12 |
13 export BUILD_NUMBER=0000 | 13 export BUILD_NUMBER=0000 |
14 export GOCACHE=/tmp/go-cache | |
15 export GOPATH=/opt/golang | |
14 export MULE_TEST_OPTS="-Dmule.verbose=false" | 16 export MULE_TEST_OPTS="-Dmule.verbose=false" |
15 export MULE_TEST_TIMEOUTSECS=9999 | 17 export MULE_TEST_TIMEOUTSECS=9999 |
16 export PATH="$HOME/bin:${HOME}/.nodejs/bin:${PATH}" | 18 export PATH="$HOME/bin:${HOME}/.nodejs/bin:${PATH}" |
17 export PGUSER=postgres | 19 export PGUSER=postgres |
18 | 20 |