mirror of https://github.com/Hilbis/Hilbish
chore: add a "motd"
parent
4f4237a3e9
commit
71504c9990
|
@ -8,6 +8,10 @@ function doPrompt(fail)
|
||||||
))
|
))
|
||||||
end
|
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()
|
doPrompt()
|
||||||
|
|
||||||
bait.catch('command.fail', function()
|
bait.catch('command.fail', function()
|
||||||
|
|
Loading…
Reference in New Issue