mirror of
https://github.com/jimeh/tmuxifier.git
synced 2026-02-19 09:56:39 +00:00
Re-organize internal files a bit
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user