mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-10 09:49:12 +08:00
fix a misspelling
This commit is contained in:
parent
6e0e1729d8
commit
cc5e4a0e60
6
vendor/init.bat
vendored
6
vendor/init.bat
vendored
@ -132,7 +132,7 @@ goto var_loop
|
|||||||
:: Sets Cmder directory paths
|
:: Sets Cmder directory paths
|
||||||
SET CMDER_CONFIG_DIR=%CMDER_ROOT%\config
|
SET CMDER_CONFIG_DIR=%CMDER_ROOT%\config
|
||||||
|
|
||||||
:: Check if wre're using Cmder individual user profile
|
:: Check if we're using Cmder individual user profile
|
||||||
if defined CMDER_USER_CONFIG (
|
if defined CMDER_USER_CONFIG (
|
||||||
%print_debug% init.bat "CMDER IS ALSO USING INDIVIDUAL USER CONFIG FROM '%CMDER_USER_CONFIG%'!"
|
%print_debug% init.bat "CMDER IS ALSO USING INDIVIDUAL USER CONFIG FROM '%CMDER_USER_CONFIG%'!"
|
||||||
|
|
||||||
@ -191,11 +191,11 @@ if "%CMDER_CLINK%" == "1" (
|
|||||||
if "%CMDER_CONFIGURED%" GTR "1" (
|
if "%CMDER_CONFIGURED%" GTR "1" (
|
||||||
%print_verbose% "Cmder is already configured, skipping Cmder Init!"
|
%print_verbose% "Cmder is already configured, skipping Cmder Init!"
|
||||||
|
|
||||||
goto USER_ALIASES
|
goto :USER_ALIASES
|
||||||
) else if "%CMDER_CONFIGURED%" == "1" (
|
) else if "%CMDER_CONFIGURED%" == "1" (
|
||||||
%print_verbose% "Cmder is already configured, skipping to Cmder User Init!"
|
%print_verbose% "Cmder is already configured, skipping to Cmder User Init!"
|
||||||
|
|
||||||
goto USER_CONFIG_START
|
goto :USER_CONFIG_START
|
||||||
)
|
)
|
||||||
|
|
||||||
:: Prepare for git-for-windows
|
:: Prepare for git-for-windows
|
||||||
|
Loading…
Reference in New Issue
Block a user