mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Config: Remove redundant configuration variable shell.prompt
This commit is contained in:
parent
a629b17fec
commit
510d2e6377
3 changed files with 0 additions and 3 deletions
|
@ -138,7 +138,6 @@ syn match taskrcGoodKey '^\s*\Vreserved.lines='he=e-1
|
||||||
syn match taskrcGoodKey '^\s*\Vrow.padding='he=e-1
|
syn match taskrcGoodKey '^\s*\Vrow.padding='he=e-1
|
||||||
syn match taskrcGoodKey '^\s*\Vrule.precedence.color='he=e-1
|
syn match taskrcGoodKey '^\s*\Vrule.precedence.color='he=e-1
|
||||||
syn match taskrcGoodKey '^\s*\Vsearch.case.sensitive='he=e-1
|
syn match taskrcGoodKey '^\s*\Vsearch.case.sensitive='he=e-1
|
||||||
syn match taskrcGoodKey '^\s*\Vshell.prompt='he=e-1
|
|
||||||
syn match taskrcGoodKey '^\s*\Vtag.indicator='he=e-1
|
syn match taskrcGoodKey '^\s*\Vtag.indicator='he=e-1
|
||||||
syn match taskrcGoodKey '^\s*\Vtaskd.\(server\|credentials\|certificate\|key\|ca\|trust\|ciphers\)='he=e-1
|
syn match taskrcGoodKey '^\s*\Vtaskd.\(server\|credentials\|certificate\|key\|ca\|trust\|ciphers\)='he=e-1
|
||||||
syn match taskrcGoodKey '^\s*\Vuda.\S\{-}.\(default\|type\|label\|values\)='he=e-1
|
syn match taskrcGoodKey '^\s*\Vuda.\S\{-}.\(default\|type\|label\|values\)='he=e-1
|
||||||
|
|
|
@ -260,7 +260,6 @@ std::string Config::_defaults =
|
||||||
"sugar=yes # Syntactic sugar\n"
|
"sugar=yes # Syntactic sugar\n"
|
||||||
"obfuscate=no # Obfuscate data for error reporting\n"
|
"obfuscate=no # Obfuscate data for error reporting\n"
|
||||||
"fontunderline=yes # Uses underlines rather than -------\n"
|
"fontunderline=yes # Uses underlines rather than -------\n"
|
||||||
"shell.prompt=task> # Prompt used by the shell command\n"
|
|
||||||
"\n"
|
"\n"
|
||||||
"# WARNING: Please read the documentation (man task-sync) before setting up\n"
|
"# WARNING: Please read the documentation (man task-sync) before setting up\n"
|
||||||
"# Taskwarrior for Taskserver synchronization.\n"
|
"# Taskwarrior for Taskserver synchronization.\n"
|
||||||
|
|
|
@ -185,7 +185,6 @@ int CmdShow::execute (std::string& output)
|
||||||
" rule.color.merge"
|
" rule.color.merge"
|
||||||
" rule.precedence.color"
|
" rule.precedence.color"
|
||||||
" search.case.sensitive"
|
" search.case.sensitive"
|
||||||
" shell.prompt"
|
|
||||||
" sugar"
|
" sugar"
|
||||||
" summary.all.projects"
|
" summary.all.projects"
|
||||||
" tag.indicator"
|
" tag.indicator"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue