Add prompt config variable for async git prompt.

Setting `prompt_overrideGitStatusOptIn = true` will override the
`cmder.status` and `cmder.cmdstatus` git config settings and run the git
prompt status commands in the background.  But it only takes effect when
using Clink v1.2.10, since that's required in order to run prompt update
commands in the background.
This commit is contained in:
Chris Antos
2021-06-10 18:49:39 -07:00
parent 5305ebd4a6
commit 91aabe75af
2 changed files with 8 additions and 3 deletions

View File

@ -29,6 +29,11 @@ prompt_useUserAtHost = false
-- default is false
prompt_singleLine = false
-- OPTIONAL. If true then always ignore the cmder.status and cmder.cmdstatus git config settings and run the git prompt commands in the background.
-- default is false
-- NOTE: This only takes effect if using Clink v1.2.10 or higher.
prompt_overrideGitStatusOptIn = false
-- Prompt Attributes
--
-- Colors