From 6bb2a2f8c80391b5cdf2fe7bc2f662b399b7842b Mon Sep 17 00:00:00 2001 From: sammy <38820196+TorchedSammy@users.noreply.github.com> Date: Sat, 1 May 2021 16:28:31 -0400 Subject: [PATCH] chore: make login message use less lines in code --- .hilbishrc.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.hilbishrc.lua b/.hilbishrc.lua index 6e156d7..d7e333b 100644 --- a/.hilbishrc.lua +++ b/.hilbishrc.lua @@ -8,9 +8,8 @@ function doPrompt(fail) )) end -print(lunacolors.format('Welcome to {magenta}Hilbish{reset}, {cyan}' .. -_user .. '{reset}.\n' .. -'The nice lil shell for {blue}Lua{reset} fanatics!\n')) +print(lunacolors.format('Welcome to {magenta}Hilbish{reset}, {cyan}' .. _user .. +'{reset}.\n' .. 'The nice lil shell for {blue}Lua{reset} fanatics!\n')) doPrompt()