Use default files for default user profiles

This commit is contained in:
Cody Ray Hoeft
2018-12-13 12:13:17 -08:00
parent ab02c4ce46
commit 0c9e0e2f8c
9 changed files with 88 additions and 74 deletions

15
vendor/user_aliases.cmd.default vendored Normal file
View File

@ -0,0 +1,15 @@
;= @echo off
;= rem Call DOSKEY and use this file as the macrofile
;= %SystemRoot%\system32\doskey /listsize=1000 /macrofile=%0%
;= rem In batch mode, jump to the end of the file
;= goto:eof
;= Add aliases below here
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 $*
cmderr=cd /d "%CMDER_ROOT%"