From 29659c40c375a9d8537e832cde8b86626691f9d4 Mon Sep 17 00:00:00 2001 From: John D Pell Date: Sat, 8 Jan 2022 00:08:30 -0800 Subject: [PATCH] plugins/todo: lint plugin/base: use `_bash-it-component-item-is-enabled()` --- plugins/available/todo.plugin.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/available/todo.plugin.bash b/plugins/available/todo.plugin.bash index 6b4952746f..5c84caa06f 100644 --- a/plugins/available/todo.plugin.bash +++ b/plugins/available/todo.plugin.bash @@ -3,4 +3,5 @@ about-plugin 'Todo.txt integration' # you may override any of the exported variables below in your .bash_profile : "${TODOTXT_DEFAULT_ACTION:=ls}" +# typing 't' by itself will list current todos export TODOTXT_DEFAULT_ACTION