You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:: Add git to the path@if defined GIT_INSTALL_ROOT (
:: Check for the existence of %GIT_INSTALL_ROOT% in %PATH%:: * if "!PATH:%GIT_INSTALL_ROOT%=!" equ "%PATH%" (echo"%PATH%"|findstr /C:"%GIT_INSTALL_ROOT%">NUL|| (
:: Does not exist; Add nowset"PATH=%GIT_INSTALL_ROOT%\bin;%GIT_INSTALL_ROOT%\share\vim\vim74;%PATH%"
)
:: define SVN_SSH so we can use git svn with ssh svn repositoriesifnotdefined SVN_SSH set"SVN_SSH=%GIT_INSTALL_ROOT:\=\\%\\bin\\ssh.exe"
)
Updated: New checker.
* Old one only works with EnableDelayedExpansion globally enabled (set in the registry).
The text was updated successfully, but these errors were encountered:
In
%CMDER_ROOT%\vendor\init.bat:39
Updated: New checker.
* Old one only works with EnableDelayedExpansion globally enabled (set in the registry).
The text was updated successfully, but these errors were encountered: