From 174c094bfde33aa9ca0e03f9a6058d3809bfd35a Mon Sep 17 00:00:00 2001 From: TorchedSammy <38820196+TorchedSammy@users.noreply.github.com> Date: Sun, 10 Jul 2022 20:17:28 -0400 Subject: [PATCH] fix: add comma after history opt --- nature/opts/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nature/opts/init.lua b/nature/opts/init.lua index 76637a8..ae95ee1 100644 --- a/nature/opts/init.lua +++ b/nature/opts/init.lua @@ -21,7 +21,7 @@ end local defaultOpts = { autocd = false, - history = true + history = true, greeting = string.format([[Welcome to {magenta}Hilbish{reset}, {cyan}%s{reset}. The nice lil shell for {blue}Lua{reset} fanatics! ]], hilbish.user),