fix: add comma after history opt

lua-history
TorchedSammy 2022-07-10 20:17:28 -04:00
parent 96a6fa189b
commit 174c094bfd
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 1 additions and 1 deletions

View File

@ -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),