mirror of https://github.com/Hilbis/Hilbish
chore: fix default luarc grammar (#24)
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…
Reference in New Issue