Mercurial > hg > zsh-env
comparison zshrc-cassiopeia @ 167:2ab4c6b83044
different location for the GOPATH folder
author | Dirk Olmes <dirk.olmes@codedo.de> |
---|---|
date | Sat, 28 Mar 2020 02:34:26 +0100 |
parents | 92da49be823d |
children | bf38575e8b28 |
comparison
equal
deleted
inserted
replaced
166:92da49be823d | 167:2ab4c6b83044 |
---|---|
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 | |
16 export MULE_TEST_OPTS="-Dmule.verbose=false" | 14 export MULE_TEST_OPTS="-Dmule.verbose=false" |
17 export MULE_TEST_TIMEOUTSECS=9999 | 15 export MULE_TEST_TIMEOUTSECS=9999 |
18 export PATH="$HOME/bin:${HOME}/.nodejs/bin:${PATH}" | 16 export PATH="$HOME/bin:${HOME}/.nodejs/bin:${PATH}" |
19 export PGUSER=postgres | 17 export PGUSER=postgres |
20 | 18 |