mirror of
				https://github.com/sammy-ette/Hilbish
				synced 2025-08-10 02:52:03 +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
 | 
			
		||||
 | 
			
		||||
print(ansikit.format('Welcome {cyan}'.. os.getenv 'USER' ..
 | 
			
		||||
'{reset} to {magenta}Hilbish{reset},\n' .. 
 | 
			
		||||
'the nice lil shell for {blue}Lua{reset} fanatics!\n'))
 | 
			
		||||
print(ansikit.format('Welcome to {magenta}Hilbish{reset} {cyan}'.. os.getenv 'USER' ..
 | 
			
		||||
'{reset}.\n' ..
 | 
			
		||||
'The nice lil shell for {blue}Lua{reset} fanatics!\n'))
 | 
			
		||||
 | 
			
		||||
doPrompt()
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user