Update init.bat

This commit is contained in:
Dax T Games 2018-12-13 21:55:08 -05:00 committed by GitHub
parent 528a69dab9
commit 0f30329e38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
vendor/init.bat vendored
View File

@ -106,9 +106,6 @@ call "%cmder_root%\vendor\lib\lib_profile"
) else if /i "%1" == "/svn_ssh" (
set SVN_SSH=%2
shift
) else if /i "%1" == "/prefer_nix" (
set prefer_windows_commands=0
shift
) else (
set "CMDER_USER_FLAGS=%1 %CMDER_USER_FLAGS%"
)