chore: change insensitive opt default from true to false

insensitive-tab-2
TorchedSammy 2022-11-30 20:10:52 -04:00
parent 745e21d5bf
commit b9364bd8b4
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 1 additions and 1 deletions

View File

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