mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-10 17:59:11 +08:00
Merge pull request #299 from robgithub/development
Adding history alias
This commit is contained in:
commit
d6edd152ad
@ -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