mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-10 17:59:11 +08:00
9 lines
193 B
Plaintext
9 lines
193 B
Plaintext
e.=explorer .
|
|
gl=git log --oneline --all --graph --decorate $*
|
|
ls=ls --show-control-chars -F --color $*
|
|
pwd=cd
|
|
clear=cls
|
|
history=cat %CMDER_ROOT%\config\.history
|
|
unalias=alias /d $1
|
|
vi=vim $*
|