blob: 3bcf9ea8aecc161c9cf74208475a5564383f008b (
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}org.awhk.runtime-dir
|