Do not overwrite aliases on update

This commit is contained in:
Jan Schulz
2015-11-24 23:38:26 +01:00
parent 519b9cabbb
commit 4154cdf204
2 changed files with 7 additions and 0 deletions

8
vendor/aliases.example vendored Normal file
View 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 $*