mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-14 07:29:12 +08:00
0ae09e9a4a
* Remove separate unalias script and add `unalias` alias ^) for `alias /d`
8 lines
159 B
Plaintext
8 lines
159 B
Plaintext
e.=explorer .
|
|
gl=git log --oneline --all --graph --decorate $*
|
|
ls=ls --color $*
|
|
pwd=cd
|
|
clear=cls
|
|
history=cat %CMDER_ROOT%\config\.history
|
|
unalias=alias /d $1
|