2019-04-27 00:21:18 +02:00
|
|
|
# Only source this once.
|
|
|
|
if [ -n "$__HM_SESS_VARS_SOURCED" ]; then return; fi
|
|
|
|
export __HM_SESS_VARS_SOURCED=1
|
|
|
|
|
|
|
|
export V1="v1"
|
|
|
|
export V2="v2-v1"
|
2020-04-24 21:41:22 +02:00
|
|
|
export XDG_CACHE_HOME="/home/hm-user/.cache"
|
|
|
|
export XDG_CONFIG_HOME="/home/hm-user/.config"
|
|
|
|
export XDG_DATA_HOME="/home/hm-user/.local/share"
|