mirror of
https://github.com/tmux-plugins/tmux-continuum.git
synced 2025-09-10 05:03:12 +00:00
Initializer script checks tmux version
This commit is contained in:
@ -5,3 +5,7 @@ current_timestamp() {
|
||||
set_last_save_timestamp() {
|
||||
set_tmux_option "$last_auto_save_option" "$(current_timestamp)"
|
||||
}
|
||||
|
||||
supported_tmux_version_ok() {
|
||||
$CURRENT_DIR/check_tmux_version.sh "$SUPPORTED_VERSION"
|
||||
}
|
||||
|
Reference in New Issue
Block a user