dot_files/dot_tmux/plugins/tmux-continuum/scripts/shared.sh

8 lines
140 B
Bash
Raw Permalink Normal View History

2025-11-22 22:39:36 +00:00
current_timestamp() {
echo "$(date +%s)"
}
set_last_save_timestamp() {
set_tmux_option "$last_auto_save_option" "$(current_timestamp)"
}