Skip to content

Commit 31c019b

Browse files
authored
Update init.bat
Move skip to user config below clink enablement in cmder_configured == 1
1 parent 4d86559 commit 31c019b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

vendor/init.bat

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,12 @@ if "%CMDER_CLINK%" == "1" (
172172
%lib_console% verbose_output "WARNING: Incompatible 'ComSpec/Shell' Detetected Skipping Clink Injection!"
173173
)
174174

175+
if "%CMDER_CONFIGURED%" == "1" (
176+
echo Cmder is already configured, skipping to user config!
177+
178+
goto USER_CONFIG_START
179+
)
180+
175181
:: Prepare for git-for-windows
176182

177183
:: I do not even know, copypasted from their .bat

0 commit comments

Comments
 (0)