cmder/vendor
Chris Antos 5305ebd4a6 Use Clink async prompt filtering for git.
`git status` and `git diff` can be slow in large repos.  Clink v1.2.10
and higher support using Lua coroutines to do expensive parts of prompt
filtering in the background.  When the expensive parts complete, the
prompt gets refreshed.

This means even large repos can have fast prompts PLUS git status all
the time!

This change should be backward/forward compatible with both older and
newer versions of Clink (of course only newer versions will gain the
benefit).
2021-05-31 21:29:19 -07:00
..
bin replace :: with rem 2021-04-15 07:54:39 -04:00
lib fix path length check with fast_init set 2021-02-28 23:09:49 -05:00
psmodules make unknown color white for all shells 2021-05-30 08:41:40 -04:00
clink_settings.default remove clink defaults 2021-01-09 09:43:37 -05:00
clink.lua Use Clink async prompt filtering for git. 2021-05-31 21:29:19 -07:00
cmder_exinit Use default files for default user profiles 2018-12-13 12:13:17 -08:00
cmder_prompt_config.lua.default fix unknown color and code dedup 2021-05-31 10:53:18 -04:00
cmder.sh Use default files for default user profiles 2018-12-13 12:13:17 -08:00
ConEmu.xml.default Fix escaping double quotes 2021-01-17 22:13:01 +07:00
git-prompt.sh make unknown color white for all shells 2021-05-30 08:41:40 -04:00
init.bat add configurable prompt 2021-04-11 18:28:43 -04:00
profile.ps1 Revert "Revert "Update profile.ps1"" 2020-08-13 07:29:24 -04:00
Readme.md fixed little mistake in vendor/readme 2013-12-13 00:32:22 +01:00
sources.json cleanup 2021-05-02 21:05:58 -04:00
user_aliases.cmd.default cleanup 2020-12-24 18:34:27 -05: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.