mirror of
https://github.com/cmderdev/cmder.git
synced 2025-01-25 15:49: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 $*
|
||||
pwd=cd
|
||||
clear=cls
|
||||
history=cat %CMDER_ROOT%\config\.history
|
||||
|
Loading…
Reference in New Issue
Block a user