From f433ab8a6f2e4972396dcfffefca537151df6858 Mon Sep 17 00:00:00 2001 From: TorchedSammy <38820196+TorchedSammy@users.noreply.github.com> Date: Sat, 19 Mar 2022 09:50:51 -0400 Subject: [PATCH] docs(guide): mention that users can copy the default dir from dataDir --- prelude/init.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/prelude/init.lua b/prelude/init.lua index 35621f7..e5ced82 100644 --- a/prelude/init.lua +++ b/prelude/init.lua @@ -168,6 +168,9 @@ hilbish.userDir.config .. '/hilbish/init.lua' .. and also change all global functions (prompt, alias) to be in the hilbish module (hilbish.prompt, hilbish.alias as examples). +And if this is your first time (most likely), you can copy a config +from ]] .. hilbish.dataDir, +[[ Since 1.0 is a big release, you'll want to check the changelog at https://github.com/Rosettea/Hilbish/releases/tag/v1.0.0 to find more breaking changes.