2015-02-11 14:43:37 +00:00
|
|
|
SUPPORTED_VERSION="1.9"
|
|
|
|
|
|
|
|
# these tmux options contain paths to tmux resurrect save and restore scripts
|
|
|
|
resurrect_save_path_option="@resurrect-save-script-path"
|
|
|
|
resurrect_restore_path_option="@resurrect-restore-script-path"
|
|
|
|
|
|
|
|
auto_save_interval_default="15"
|
|
|
|
auto_save_interval_option="@resurrect-auto-save-interval"
|
|
|
|
|
|
|
|
# time when the tmux environment was last saved (unix timestamp)
|
|
|
|
last_auto_save_option="@resurrect-auto-save-last-timestamp"
|
2015-02-15 13:36:06 +00:00
|
|
|
|
|
|
|
auto_restore_option="@resurrect-auto-restore"
|
|
|
|
auto_restore_default="off"
|
|
|
|
|
|
|
|
auto_restore_halt_file="${HOME}/tmux_no_auto_restore"
|
2015-02-17 16:13:21 +00:00
|
|
|
|
|
|
|
# tmux auto start options
|
|
|
|
auto_start_option="@resurrect-auto-tmux-start"
|
|
|
|
auto_start_default="off"
|
|
|
|
|
|
|
|
osx_auto_start_file_name="Tmux.Start.plist"
|
|
|
|
osx_auto_start_file_path="${HOME}/Library/LaunchAgents/${osx_auto_start_file_name}"
|