From 7e0d6bebeaff60e81c956f2a5e7a522e73ad3efe Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Fri, 6 Dec 2024 16:25:04 -0500 Subject: [PATCH] AutoYADM commit: 2024-12-06 16:25:04 --- .config/nvim/lua/plugins/dash.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/.config/nvim/lua/plugins/dash.lua b/.config/nvim/lua/plugins/dash.lua index f7171607..d3c856b8 100644 --- a/.config/nvim/lua/plugins/dash.lua +++ b/.config/nvim/lua/plugins/dash.lua @@ -3,7 +3,6 @@ local function gen_header() return h end local function get_haiku() - -- local h = vim.fn.system("fortune issa-haiku") local h = vim.fn.system("fortune -s computers linux") return h end