mirror of
https://github.com/tmux-plugins/tmux-continuum.git
synced 2025-09-09 21:58:28 +00:00
First working version
This commit is contained in:
11
scripts/variables.sh
Normal file
11
scripts/variables.sh
Normal file
@ -0,0 +1,11 @@
|
||||
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"
|
Reference in New Issue
Block a user