mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
10 lines
307 B
Text
10 lines
307 B
Text
# Environment variables
|
|
. "/nix/store/00000000000000000000000000000000-hm-session-vars.sh/etc/profile.d/hm-session-vars.sh"
|
|
|
|
# Only source this once
|
|
if [[ -z "$__HM_ZSH_SESS_VARS_SOURCED" ]]; then
|
|
export __HM_ZSH_SESS_VARS_SOURCED=1
|
|
export PATH="$HOME/bin:$PATH"
|
|
export V1="v1"
|
|
export V2="v2-v1"
|
|
fi
|