From: Samir Benmendil Date: Tue, 26 Mar 2024 00:28:54 +0000 (+0000) Subject: task: use no instead of 0 for booleans X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/6ba2d1c27c670d2a72194f307f4f2a4a894099a7 task: use no instead of 0 for booleans --- diff --git a/task/taskrc b/task/taskrc index e5fa60a..aa601a5 100644 --- a/task/taskrc +++ b/task/taskrc @@ -21,8 +21,8 @@ include /usr/share/doc/task/rc/solarized-dark-256.theme weekstart=monday # Behaviour -confirmation = 0 # do not ask when deleting tasks -search.case.sensitive = 0 +confirmation = no # do not ask when deleting tasks +search.case.sensitive = no # Terminal reserved.lines=2 # reserve two lines for prompt