2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-01 19:23:24 +00:00

fix: load completions by default

This commit is contained in:
TorchedSammy 2022-04-24 09:00:06 -04:00
parent 2790982ad1
commit 3bad452f95
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

View File

@ -6,6 +6,7 @@ package.path = package.path .. ';' .. hilbish.dataDir .. '/?/init.lua'
require 'nature.hooks'
require 'nature.commands'
require 'nature.completions'
local shlvl = tonumber(os.getenv 'SHLVL')
if shlvl ~= nil then