mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-03 04:03:25 +00:00
chore: fix default luarc grammar (#24)
This commit is contained in:
parent
0fa3d50db7
commit
140bdeebd7
@ -8,9 +8,9 @@ function doPrompt(fail)
|
|||||||
))
|
))
|
||||||
end
|
end
|
||||||
|
|
||||||
print(ansikit.format('Welcome {cyan}'.. os.getenv 'USER' ..
|
print(ansikit.format('Welcome to {magenta}Hilbish{reset} {cyan}'.. os.getenv 'USER' ..
|
||||||
'{reset} to {magenta}Hilbish{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…
x
Reference in New Issue
Block a user