cmder/vendor
famoses 40c58417b2
quote time measures for timer.cmd
The startup time duration is calculated wrongly ( at least for me, on Windows 1909, with CmderMini 1.3.15.1010 ). I got something like "Elapsed Time: 80:36:1.00 (290161.00s total)" printed into the cmder consle window. I can be solved by quoting the time measures taken in `init.bat`. 

It seems that `time.cmd` fails in recognizing two arguments. In fact it did split the first time measure into two arguments and ignored the second time measure.
Example: 
from the two time measures
λ echo %CMDER_INIT_START% %CMDER_INIT_END%
12:53:44,34 12:53:54,04
The call to `time.cmd` created following output (i added echo commands to print variables start and end right after they got assigned the arguments)
start: 12:53:44
end:   34
2020-07-18 13:32:22 +02:00
..
bin fix cexec.cmd 2020-05-10 10:56:12 -04:00
lib Fix and enhance enhance_path_recursive 2020-04-29 12:03:24 -04:00
psmodules dd per shell git opt out 2019-11-23 11:54:53 -05:00
clink_settings.default Merge branch 'master' of https://github.com/cmderdev/cmder into history_cmd_index 2019-03-31 16:04:53 -04:00
clink.lua Fix an issue with clink.find_files() return order not always consistent, leading to .init.lua not being run first lua path being broken (#2278) 2020-03-14 13:01:06 +00:00
cmder_exinit Use default files for default user profiles 2018-12-13 12:13:17 -08:00
cmder.sh Use default files for default user profiles 2018-12-13 12:13:17 -08:00
ConEmu.xml.default move default comemu.xml to vendor folder 2018-11-08 21:25:42 -05:00
git-prompt.sh dd per shell git opt out 2019-11-23 11:54:53 -05:00
init.bat quote time measures for timer.cmd 2020-07-18 13:32:22 +02:00
profile.ps1 move lambda to cmder prompt method for easier user change 2019-11-03 14:14:47 -05:00
Readme.md fixed little mistake in vendor/readme 2013-12-13 00:32:22 +01:00
sources.json Update git for windows to 2.26.2 2020-04-28 11:18:24 +08:00
user_aliases.cmd.default fixes 2019-03-31 16:11:14 -04:00
user_profile.cmd.default fix ssh-agent in user_profile.cmd.default 2018-12-22 17:05:08 -05:00
user_profile.ps1.default don't delete aliases by default but provide an easy way for users to do so. 2019-04-01 09:09:32 -04:00
user_profile.sh.default Move ssh-agent logic to lib script 2018-12-13 21:12:18 -08:00

Vendor

Third parties software & init script.