blob: 9c4badbac56a4b68833351ebd4e7b0f84c229b8a (
plain)
1
2
3
4
5
6
7
|
# -*- mode: shell-script -*-
export GOPATH=~/Go
export XDG_CACHE_HOME=~/Library/Caches
export XDG_CONFIG_HOME=~/Library/Preferences
export XDG_DATA_HOME=~/Library
export XDG_RUNTIME_DIR=${TMPDIR%/}
|