chore: fix default luarc grammar

pull/24/head
Devin Singh 2021-04-07 07:56:26 -05:00
parent 51bcc51687
commit df92e45b40
No known key found for this signature in database
GPG Key ID: 7EA319C5D57B6506
1 changed files with 3 additions and 3 deletions

View File

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