2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-02 03:33:22 +00:00

chore: remove unused prompt var

This commit is contained in:
TorchedSammy 2022-03-04 22:21:14 -04:00
parent 92f279e5cf
commit 83ca8066e6
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

View File

@ -7,7 +7,6 @@ var (
defaultHistDir = ""
commonRequirePaths = "';./libs/?/init.lua;./?/init.lua;./?/?.lua'"
prompt string // Prompt will always get changed anyway
multilinePrompt = "> "
)