1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-30 18:38:31 +02:00
home-manager/tests/modules/programs/bash/session-variables-expected.txt

9 lines
120 B
Plaintext
Raw Normal View History

# -*- mode: sh -*-
. "/home/hm-user/.nix-profile/etc/profile.d/hm-session-vars.sh"
export V1="v1"
export V2="v2-v1"