2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-13 17:13:22 +00:00

chore: fix formatting and add comma

This commit is contained in:
TorchedSammy 2021-04-07 09:18:06 -04:00
parent 140bdeebd7
commit bbfe28dbae

View File

@ -8,8 +8,8 @@ function doPrompt(fail)
)) ))
end end
print(ansikit.format('Welcome to {magenta}Hilbish{reset} {cyan}'.. os.getenv 'USER' .. print(ansikit.format('Welcome to {magenta}Hilbish{reset}, {cyan}' ..
'{reset}.\n' .. os.getenv 'USER' .. '{reset}.\n' ..
'The nice lil shell for {blue}Lua{reset} fanatics!\n')) 'The nice lil shell for {blue}Lua{reset} fanatics!\n'))
doPrompt() doPrompt()