mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-02 03:33:22 +00:00
chore: make login message use less lines in code
This commit is contained in:
parent
8242e0bfc9
commit
6bb2a2f8c8
@ -8,9 +8,8 @@ function doPrompt(fail)
|
||||
))
|
||||
end
|
||||
|
||||
print(lunacolors.format('Welcome to {magenta}Hilbish{reset}, {cyan}' ..
|
||||
_user .. '{reset}.\n' ..
|
||||
'The nice lil shell for {blue}Lua{reset} fanatics!\n'))
|
||||
print(lunacolors.format('Welcome to {magenta}Hilbish{reset}, {cyan}' .. _user ..
|
||||
'{reset}.\n' .. 'The nice lil shell for {blue}Lua{reset} fanatics!\n'))
|
||||
|
||||
doPrompt()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user