From bbfe28dbae23bbf6257d9bfb0f8bc4c0975220b1 Mon Sep 17 00:00:00 2001 From: TorchedSammy <38820196+TorchedSammy@users.noreply.github.com> Date: Wed, 7 Apr 2021 09:18:06 -0400 Subject: [PATCH] chore: fix formatting and add comma --- .hilbishrc.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.hilbishrc.lua b/.hilbishrc.lua index d154796..aa6edc0 100644 --- a/.hilbishrc.lua +++ b/.hilbishrc.lua @@ -8,8 +8,8 @@ function doPrompt(fail) )) end -print(ansikit.format('Welcome to {magenta}Hilbish{reset} {cyan}'.. os.getenv 'USER' .. -'{reset}.\n' .. +print(ansikit.format('Welcome to {magenta}Hilbish{reset}, {cyan}' .. +os.getenv 'USER' .. '{reset}.\n' .. 'The nice lil shell for {blue}Lua{reset} fanatics!\n')) doPrompt()