Merge branch 'master' of https://github.com/cmderdev/cmder into multi-user

This commit is contained in:
Dax T. Games
2018-11-22 16:21:24 -06:00
5 changed files with 12 additions and 12 deletions

2
vendor/init.bat vendored
View File

@ -300,7 +300,7 @@ if "%CMDER_ALIASES%" == "1" (
echo Creating initial user_aliases store in "%user_aliases%"...
copy "%CMDER_ROOT%\vendor\user_aliases.cmd.example" "%user_aliases%"
) else (
type "%user_aliases%" | findstr /i ";= Add aliases below here" >nul
type "%user_aliases%" | %WINDIR%\System32\findstr /i ";= Add aliases below here" >nul
if "!errorlevel!" == "1" (
echo Creating initial user_aliases store in "%user_aliases%"...
if defined CMDER_USER_CONFIG (