mirror of
https://github.com/nix-community/home-manager
synced 2024-11-05 10:49:44 +01:00
5 lines
174 B
Bash
5 lines
174 B
Bash
# Only source this once.
|
|
if [ -n "$__HM_SESS_VARS_SOURCED" ]; then return; fi
|
|
export __HM_SESS_VARS_SOURCED=1
|
|
|
|
export TMUX_TMPDIR="${XDG_RUNTIME_DIR:-"/run/user/\$(id -u)"}"
|