mirror of https://github.com/Hilbis/Hilbish
chore: fix formatting and add comma
parent
140bdeebd7
commit
bbfe28dbae
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue