mirror of https://github.com/Hilbis/Hilbish
parent
8242e0bfc9
commit
6bb2a2f8c8
|
@ -8,9 +8,8 @@ function doPrompt(fail)
|
||||||
))
|
))
|
||||||
end
|
end
|
||||||
|
|
||||||
print(lunacolors.format('Welcome to {magenta}Hilbish{reset}, {cyan}' ..
|
print(lunacolors.format('Welcome to {magenta}Hilbish{reset}, {cyan}' .. _user ..
|
||||||
_user .. '{reset}.\n' ..
|
'{reset}.\n' .. 'The nice lil shell for {blue}Lua{reset} fanatics!\n'))
|
||||||
'The nice lil shell for {blue}Lua{reset} fanatics!\n'))
|
|
||||||
|
|
||||||
doPrompt()
|
doPrompt()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue