mirror of
				https://github.com/cmderdev/cmder.git
				synced 2025-10-31 09:22:15 +08:00 
			
		
		
		
	clink.lua: add header
Introduce a header like in the rest of the scripts that this file is overwritten on updates and should not be modified.
This commit is contained in:
		
							
								
								
									
										6
									
								
								vendor/clink.lua
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								vendor/clink.lua
									
									
									
									
										vendored
									
									
								
							| @@ -1,3 +1,9 @@ | ||||
| -- default script for clink, called by init.bat when injecting clink | ||||
|  | ||||
| -- !!! THIS FILE IS OVERWRITTEN WHEN CMDER IS UPDATED | ||||
| -- !!! Use "%CMDER_ROOT%\config\<whatever>.lua" to add your lua startup scripts | ||||
|  | ||||
|  | ||||
| -- At first, load the original clink.lua file | ||||
| -- this is needed as we set the script path to this dir and therefore the original  | ||||
| -- clink.lua is not loaded. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user