mirror of
https://github.com/cmderdev/cmder.git
synced 2025-06-14 21:57:52 +08:00
Do not overwrite aliases on update
This commit is contained in:
8
vendor/aliases.example
vendored
Normal file
8
vendor/aliases.example
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
e.=explorer .
|
||||
gl=git log --oneline --all --graph --decorate $*
|
||||
ls=ls --show-control-chars -F --color $*
|
||||
pwd=cd
|
||||
clear=cls
|
||||
history=cat %CMDER_ROOT%\config\.history
|
||||
unalias=alias /d $1
|
||||
vi=vim $*
|
Reference in New Issue
Block a user