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()