mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-13 22:02:34 +00:00
feat: Minor updates.
This commit is contained in:
2
env/.config/nvim/lua/config/autocmds.lua
vendored
2
env/.config/nvim/lua/config/autocmds.lua
vendored
@@ -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)
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user