mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-02 03:33:22 +00:00
chore: add a "motd"
This commit is contained in:
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…
x
Reference in New Issue
Block a user