1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-02 11:28:32 +02:00
home-manager/tests/modules/programs/bash/session-variables-expected.txt

9 lines
121 B
Plaintext
Raw Normal View History

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