mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 11:14:08 +00:00
7 lines
175 B
Plaintext
7 lines
175 B
Plaintext
# Detect shell
|
|
if [ -n "$BASH_VERSION" ] || [ -n "$ZSH_VERSION" ]; then
|
|
export GOENV_PATH_ORDER=front
|
|
export GOENV_PREPEND_GOPATH=true
|
|
export GOENV_AUTO_INSTALL=true
|
|
fi
|