mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-10 09:49:12 +08:00
6a241b5e7c
simple alias that operates as history command
7 lines
139 B
Plaintext
7 lines
139 B
Plaintext
e.=explorer .
|
|
gl=git log --oneline --all --graph --decorate $*
|
|
ls=ls --color $*
|
|
pwd=cd
|
|
clear=cls
|
|
history=cat %CMDER_ROOT%\config\.history
|