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

@@ -9,7 +9,7 @@ else
fi
# Load tmuxifier environment variables.
source "$TMUXIFIER/env.sh"
source "$TMUXIFIER/lib/env.sh"
export PATH="$TMUXIFIER/libexec:$PATH"

View File

View File

@@ -3,7 +3,7 @@
#
# Load tmuxifier environment.
source "$TMUXIFIER/env.sh"
source "$TMUXIFIER/lib/env.sh"
# Setup default variables.
session_root="$HOME"

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)"