mirror of
https://github.com/cmderdev/cmder.git
synced 2025-02-10 23:49:07 +08:00
Fix startup folder issue
This commit is contained in:
parent
da27f9be9f
commit
9d6e5c12a2
2
vendor/init.bat
vendored
2
vendor/init.bat
vendored
@ -151,7 +151,7 @@ if exist "%CMDER_ROOT%\vendor\git-for-windows\post-install.bat" (
|
|||||||
call :verbose-output Running Git for Windows one time Post Install....
|
call :verbose-output Running Git for Windows one time Post Install....
|
||||||
pushd "%CMDER_ROOT%\vendor\git-for-windows\"
|
pushd "%CMDER_ROOT%\vendor\git-for-windows\"
|
||||||
"%CMDER_ROOT%\vendor\git-for-windows\git-bash.exe" --no-needs-console --hide --no-cd --command=post-install.bat
|
"%CMDER_ROOT%\vendor\git-for-windows\git-bash.exe" --no-needs-console --hide --no-cd --command=post-install.bat
|
||||||
pushd "%USERPROFILE%"
|
popd
|
||||||
)
|
)
|
||||||
|
|
||||||
:: Set home path
|
:: Set home path
|
||||||
|
Loading…
Reference in New Issue
Block a user