mirror of
https://github.com/jimeh/tmuxifier.git
synced 2026-02-19 09:56:39 +00:00
13 lines
257 B
Bash
13 lines
257 B
Bash
#
|
|
# Load up runtime environment for session and window layout files.
|
|
#
|
|
|
|
# Load tmuxifier environment.
|
|
source "$TMUXIFIER/lib/env.sh"
|
|
|
|
# Setup default variables.
|
|
session_root="$HOME"
|
|
|
|
# Load layout helper functions.
|
|
source "$TMUXIFIER/lib/layout-helpers.sh"
|