Re-organize internal files a bit

This commit is contained in:
2013-06-02 18:45:12 +03:00
parent 489d1a5a3e
commit 5363ac555b
5 changed files with 4 additions and 4 deletions

12
lib/runtime.sh Normal file
View File

@@ -0,0 +1,12 @@
#
# 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"