From b54eb87e1108cb83047e0553c4a2d84f1e735fc6 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Wed, 4 Dec 2024 18:50:03 -0500 Subject: [PATCH] AutoYADM commit: 2024-12-04 18:50:03 --- .config/nvim/lua/plugins/dash.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/nvim/lua/plugins/dash.lua b/.config/nvim/lua/plugins/dash.lua index 45239b51..1140b2ea 100644 --- a/.config/nvim/lua/plugins/dash.lua +++ b/.config/nvim/lua/plugins/dash.lua @@ -1,5 +1,6 @@ local function gen_header() - local h = vim.fn.system("fortune issa-haiku") + -- local h = vim.fn.system("fortune issa-haiku") + local h = vim.fn.system("~/dev/pyku/pyku.py --tree") return h end return {