mirror of https://github.com/Hilbis/Hilbish
chore: add a "motd"
parent
4f4237a3e9
commit
71504c9990
|
@ -8,6 +8,10 @@ function doPrompt(fail)
|
|||
))
|
||||
end
|
||||
|
||||
print(ansikit.text('Welcome {cyan}'.. os.getenv 'USER' ..
|
||||
'{reset} to {magenta}Hilbish{reset},\n' ..
|
||||
'the nice lil shell for {blue}Lua{reset} fanatics!\n'))
|
||||
|
||||
doPrompt()
|
||||
|
||||
bait.catch('command.fail', function()
|
||||
|
|
Loading…
Reference in New Issue