mirror of
https://github.com/cmderdev/cmder.git
synced 2025-01-11 00:39:08 +08:00
chore: unite slash
This commit is contained in:
parent
f4ee915678
commit
39f47870a3
2
vendor/init.bat
vendored
2
vendor/init.bat
vendored
@ -320,7 +320,7 @@ echo :: use in front of the command to prevent printing the command
|
|||||||
echo.
|
echo.
|
||||||
echo :: the next two lines is for "%%flag_exists%%" shortcut, a custom arguments handler
|
echo :: the next two lines is for "%%flag_exists%%" shortcut, a custom arguments handler
|
||||||
echo :: don't remove it if you need it
|
echo :: don't remove it if you need it
|
||||||
echo call "%%cmder_root%%\vendor\lib\flag_exists" "/setPath"
|
echo call "%%cmder_root%%/vendor/lib/flag_exists" "/setPath"
|
||||||
echo.
|
echo.
|
||||||
echo :: uncomment this to have the ssh agent load when cmder starts
|
echo :: uncomment this to have the ssh agent load when cmder starts
|
||||||
echo :: call "%%GIT_INSTALL_ROOT%%/cmd/start-ssh-agent.cmd"
|
echo :: call "%%GIT_INSTALL_ROOT%%/cmd/start-ssh-agent.cmd"
|
||||||
|
Loading…
Reference in New Issue
Block a user