Config: Remove redundant configuration variable shell.prompt

This commit is contained in:
Tomas Babej 2015-12-26 15:54:34 +01:00 committed by Paul Beckingham
parent a629b17fec
commit 510d2e6377
3 changed files with 0 additions and 3 deletions

View file

@ -260,7 +260,6 @@ std::string Config::_defaults =
"sugar=yes # Syntactic sugar\n"
"obfuscate=no # Obfuscate data for error reporting\n"
"fontunderline=yes # Uses underlines rather than -------\n"
"shell.prompt=task> # Prompt used by the shell command\n"
"\n"
"# WARNING: Please read the documentation (man task-sync) before setting up\n"
"# Taskwarrior for Taskserver synchronization.\n"

View file

@ -185,7 +185,6 @@ int CmdShow::execute (std::string& output)
" rule.color.merge"
" rule.precedence.color"
" search.case.sensitive"
" shell.prompt"
" sugar"
" summary.all.projects"
" tag.indicator"