chore: fix formatting and add comma

pull/26/head
TorchedSammy 2021-04-07 09:18:06 -04:00
parent 140bdeebd7
commit bbfe28dbae
1 changed files with 2 additions and 2 deletions

View File

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