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

View File

@@ -16,7 +16,7 @@ if [ -z "$1" ]; then
fi
# Load runtime functions.
source "$TMUXIFIER/runtime.sh"
source "$TMUXIFIER/lib/runtime.sh"
# Load session file.
load_session "$1"

View File

@@ -16,7 +16,7 @@ if [ -z "$1" ]; then
fi
# Load runtime functions.
source "$TMUXIFIER/runtime.sh"
source "$TMUXIFIER/lib/runtime.sh"
if [ ! -z $TMUX ]; then
session="$(tmuxifier-current-session)"