mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
TW #2004: "shell" should not be expand to "exec tasksh"
- Thanks to Arvedui
This commit is contained in:
parent
1c4647708a
commit
bd221a5adc
3 changed files with 3 additions and 1 deletions
1
AUTHORS
1
AUTHORS
|
@ -332,3 +332,4 @@ suggestions:
|
|||
tom-doerr
|
||||
ad-si
|
||||
coaxial
|
||||
Arvedui
|
||||
|
|
|
@ -95,6 +95,8 @@
|
|||
Thanks to Kirill Bobyrev
|
||||
- TW #1922 Can't find export scripts
|
||||
Thanks to tom-doerr
|
||||
- TW #2004 "shell" should not be expand to "exec tasksh"
|
||||
Thanks to Arvedui
|
||||
- TW #2007 Compute number of current tasks correctly
|
||||
Thanks to Janik Rabe
|
||||
- TW #2020 reserved.lines is not affecting the burndown height
|
||||
|
|
|
@ -285,7 +285,6 @@ std::string configurationDefaults =
|
|||
"alias.history=history.monthly # Prefer monthly over annual history reports\n"
|
||||
"alias.ghistory=ghistory.monthly # Prefer monthly graphical over annual history reports\n"
|
||||
"alias.burndown=burndown.weekly # Prefer the weekly burndown chart\n"
|
||||
"alias.shell=exec tasksh # Alias old shell command to new shell\n"
|
||||
"\n"
|
||||
"# Reports\n"
|
||||
"\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue