mirror of
https://github.com/cmderdev/cmder.git
synced 2025-06-14 05:37:51 +08:00
Merge pull request #299 from robgithub/development
Adding history alias
This commit is contained in:
@ -3,3 +3,4 @@ gl=git log --oneline --all --graph --decorate $*
|
||||
ls=ls --color $*
|
||||
pwd=cd
|
||||
clear=cls
|
||||
history=cat %CMDER_ROOT%\config\.history
|
||||
|
Reference in New Issue
Block a user