mirror of
				https://github.com/cmderdev/cmder.git
				synced 2025-10-31 01:12:11 +08:00 
			
		
		
		
	fix error when path has a space
This commit is contained in:
		
							
								
								
									
										2
									
								
								vendor/user-aliases.cmd.example
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/user-aliases.cmd.example
									
									
									
									
										vendored
									
									
								
							| @@ -9,7 +9,7 @@ gl=git log --oneline --all --graph --decorate  $* | |||||||
| ls=ls --show-control-chars -F --color $* | ls=ls --show-control-chars -F --color $* | ||||||
| pwd=cd | pwd=cd | ||||||
| clear=cls | clear=cls | ||||||
| history=cat %CMDER_ROOT%\config\.history | history=cat "%CMDER_ROOT%\config\.history" | ||||||
| unalias=alias /d $1 | unalias=alias /d $1 | ||||||
| vi=vim $* | vi=vim $* | ||||||
| cmderr=cd /d "%CMDER_ROOT%" | cmderr=cd /d "%CMDER_ROOT%" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user