From 2a71fb00756280b0794d0b0cc868dfdb645e2e3d Mon Sep 17 00:00:00 2001 From: TorchedSammy <38820196+TorchedSammy@users.noreply.github.com> Date: Mon, 6 Dec 2021 15:42:04 -0400 Subject: [PATCH] fix!: change xdg config file to init.lua --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index e442b94..d537cf9 100644 --- a/main.go +++ b/main.go @@ -48,7 +48,7 @@ func main() { if _, err := os.Stat(filepath.Join(confDir, "hilbish")); os.IsNotExist(err) { defaultConfPath = filepath.Join(homedir, "/.hilbishrc.lua") } else { - defaultConfPath = filepath.Join(confDir, "hilbish", "hilbishrc.lua") + defaultConfPath = filepath.Join(confDir, "hilbish", "init.lua") } } else { // else do ~ substitution