mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-10 09:49:12 +08:00
Update init.bat
Move skip to user config below clink enablement in cmder_configured == 1
This commit is contained in:
parent
4d86559841
commit
31c019b7e4
6
vendor/init.bat
vendored
6
vendor/init.bat
vendored
@ -172,6 +172,12 @@ if "%CMDER_CLINK%" == "1" (
|
||||
%lib_console% verbose_output "WARNING: Incompatible 'ComSpec/Shell' Detetected Skipping Clink Injection!"
|
||||
)
|
||||
|
||||
if "%CMDER_CONFIGURED%" == "1" (
|
||||
echo Cmder is already configured, skipping to user config!
|
||||
|
||||
goto USER_CONFIG_START
|
||||
)
|
||||
|
||||
:: Prepare for git-for-windows
|
||||
|
||||
:: I do not even know, copypasted from their .bat
|
||||
|
Loading…
Reference in New Issue
Block a user