mirror of
https://github.com/cmderdev/cmder.git
synced 2025-06-14 21:57:52 +08:00
Adding history alias
simple alias that operates as history command
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user