2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-21 13:03:22 +00:00

chore: change insensitive opt default from true to false

This commit is contained in:
TorchedSammy 2022-11-30 20:10:52 -04:00
parent 745e21d5bf
commit b9364bd8b4
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

View File

@ -26,7 +26,7 @@ local defaultOpts = {
The nice lil shell for {blue}Lua{reset} fanatics! The nice lil shell for {blue}Lua{reset} fanatics!
]], hilbish.user), ]], hilbish.user),
motd = true, motd = true,
insensitive = true insensitive = false
} }
for optsName, default in pairs(defaultOpts) do for optsName, default in pairs(defaultOpts) do