AutoYADM commit: 2024-12-06 16:25:04

This commit is contained in:
Daniel Fichtinger 2024-12-06 16:25:04 -05:00
parent d75edf50e6
commit 7e0d6bebea

View file

@ -3,7 +3,6 @@ local function gen_header()
return h return h
end end
local function get_haiku() local function get_haiku()
-- local h = vim.fn.system("fortune issa-haiku")
local h = vim.fn.system("fortune -s computers linux") local h = vim.fn.system("fortune -s computers linux")
return h return h
end end