mirror of
https://github.com/nix-community/home-manager
synced 2024-11-05 02:39:45 +01:00
7 lines
144 B
Text
7 lines
144 B
Text
|
# 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"
|