feat: Minor updates.

This commit is contained in:
2025-11-07 12:09:46 -05:00
parent 05cb700cb1
commit 0636832796
3 changed files with 4 additions and 4 deletions

View File

@@ -74,7 +74,7 @@ createCmd("TextYankPost", {
end,
})
-- Force zsh scripts to use bash syntax hyighlighting.
-- Force zsh scripts to use bash syntax highlighting.
vim.api.nvim_create_autocmd({ "BufRead", "BufNewFile" }, {
pattern = "*",
callback = function(args)

View File

@@ -3,8 +3,8 @@ Description=Tmux kill sessions timer
Requires=tmux-kill-sessions.service
[Timer]
OnBootSec=1min
OnUnitActiveSec=2hours
OnBootSec=2h
OnUnitActiveSec=2h
AccuracySec=10sec
[Install]

2
system
View File

@@ -25,7 +25,7 @@ log_and_run() {
log "Running: \"$*\""
if [[ $dry_run == "0" ]]; then
eval $1
eval "$1"
fi
}