mirror of
https://github.com/cmderdev/cmder.git
synced 2025-01-27 00:29:08 +08:00
Adding history alias
simple alias that operates as history command
This commit is contained in:
parent
e363139b30
commit
6a241b5e7c
@ -3,3 +3,4 @@ gl=git log --oneline --all --graph --decorate $*
|
|||||||
ls=ls --color $*
|
ls=ls --color $*
|
||||||
pwd=cd
|
pwd=cd
|
||||||
clear=cls
|
clear=cls
|
||||||
|
history=cat %CMDER_ROOT%\config\.history
|
||||||
|
Loading…
Reference in New Issue
Block a user