mirror of
				https://github.com/cmderdev/cmder.git
				synced 2025-11-04 11:22:13 +08:00 
			
		
		
		
	fix some spelling issues
This commit is contained in:
		
				
					committed by
					
						
						Benjamin Staneck
					
				
			
			
				
	
			
			
			
						parent
						
							02f4a9dfe5
						
					
				
				
					commit
					08e1244fe5
				
			@@ -178,7 +178,7 @@ Aliases defined using the `alias.bat` command will automatically be saved in the
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
To make an alias and/or any other profile settings permanent add it to one of the following:
 | 
					To make an alias and/or any other profile settings permanent add it to one of the following:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Note: These are loaded in this order by `$CMDER_ROOT/vendor/init.bat`.  Anyhing stored in `%CMDER_ROOT%` will be a portable setting and will follow cmder to another machine.
 | 
					Note: These are loaded in this order by `$CMDER_ROOT/vendor/init.bat`.  Anything stored in `%CMDER_ROOT%` will be a portable setting and will follow cmder to another machine.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* `%CMDER_ROOT%\\config\\profile.d\\\*.cmd` and `\*.bat`
 | 
					* `%CMDER_ROOT%\\config\\profile.d\\\*.cmd` and `\*.bat`
 | 
				
			||||||
* `%CMDER_ROOT%\\config\\user-aliases.cmd`
 | 
					* `%CMDER_ROOT%\\config\\user-aliases.cmd`
 | 
				
			||||||
@@ -202,7 +202,7 @@ PowerShell has native simple alias support, for example `[new-alias | set-alias]
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
To make an alias and/or any other profile settings permanent add it to one of the following:
 | 
					To make an alias and/or any other profile settings permanent add it to one of the following:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Note: These are loaded in this order by `$ENV:CMDER_ROOT\\vendor\\user-profile.ps1`.  Anyhing stored in `$ENV:CMDER_ROOT` will be a portable setting and will follow cmder to another machine.
 | 
					Note: These are loaded in this order by `$ENV:CMDER_ROOT\\vendor\\user-profile.ps1`.  Anything stored in `$ENV:CMDER_ROOT` will be a portable setting and will follow cmder to another machine.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* '$ENV:CMDER_ROOT\\config\\profile.d\\\*.ps1'
 | 
					* '$ENV:CMDER_ROOT\\config\\profile.d\\\*.ps1'
 | 
				
			||||||
* '$ENV:CMDER_ROOT\\config\\user-profile.ps1'
 | 
					* '$ENV:CMDER_ROOT\\config\\user-profile.ps1'
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user