mirror of
				https://github.com/cmderdev/cmder.git
				synced 2025-11-04 03:12:16 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			666 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			666 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
;= @echo off
 | 
						|
;= rem Call DOSKEY and use this file as the macrofile
 | 
						|
;= %SystemRoot%\system32\doskey /listsize=1000 /macrofile=%0%
 | 
						|
;= rem In batch mode, jump to the end of the file
 | 
						|
;= goto:eof
 | 
						|
;= Add aliases below here
 | 
						|
e.=explorer .
 | 
						|
gl=git log --oneline --all --graph --decorate  $*
 | 
						|
l=ls --show-control-chars -CFGNhp --color --ignore={"NTUSER.DAT*","ntuser.dat*"} $*
 | 
						|
ls=ls --show-control-chars -F --color $*
 | 
						|
pwd=cd
 | 
						|
clear=cls
 | 
						|
unalias=alias /d $1
 | 
						|
vi=vim $*
 | 
						|
cmderr=cd /d "%CMDER_ROOT%"
 | 
						|
pwsh=%SystemRoot%/System32/WindowsPowerShell/v1.0/powershell.exe -ExecutionPolicy Bypass -NoLogo -NoProfile -NoExit -Command "Invoke-Expression '. ''%CMDER_ROOT%/vendor/profile.ps1'''"
 |