auto up 18:57:31 up 0:00, 2 users, load average: 0.71, 0.18, 0.06

This commit is contained in:
2025-11-03 18:57:32 +01:00
parent 2485c1e3df
commit c1815ecf2b
4 changed files with 21 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
require("starship"):setup()
require("gpg"):setup {
default_recipient = "jonashahn1@gmx.net",
delete_after = true,
}
function Linemode:line_info()
local time = math.floor(self._file.cha.mtime or 0)
if time == 0 then