From 140bdeebd78bc1e53344e18cb850118bdce70add Mon Sep 17 00:00:00 2001 From: devins2518 Date: Wed, 7 Apr 2021 08:10:11 -0500 Subject: [PATCH] chore: fix default luarc grammar (#24) --- .hilbishrc.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.hilbishrc.lua b/.hilbishrc.lua index 72efcb5..d154796 100644 --- a/.hilbishrc.lua +++ b/.hilbishrc.lua @@ -8,9 +8,9 @@ function doPrompt(fail) )) end -print(ansikit.format('Welcome {cyan}'.. os.getenv 'USER' .. -'{reset} to {magenta}Hilbish{reset},\n' .. -'the nice lil shell for {blue}Lua{reset} fanatics!\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()