hl: make custom stuff optional

This commit is contained in:
end-4
2026-05-14 12:35:29 +02:00
parent 798d35a538
commit 28ba8a4f43
4 changed files with 38 additions and 17 deletions
+2
View File
@@ -1,3 +1,5 @@
HOME = os.getenv("HOME")
function is_file_exists(name)
local f = io.open(name, "r")
if f ~= nil then