mirror of
https://github.com/fscotto/infra.git
synced 2026-05-31 15:59:56 +00:00
Restrict tmux and desktop tools to Void hosts
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
current_timestamp() {
|
||||
echo "$(date +%s)"
|
||||
}
|
||||
|
||||
set_last_save_timestamp() {
|
||||
set_tmux_option "$last_auto_save_option" "$(current_timestamp)"
|
||||
}
|
||||
Reference in New Issue
Block a user