diff --git a/plugins/available/todo.plugin.bash b/plugins/available/todo.plugin.bash index 28559def..bc59782e 100755 --- a/plugins/available/todo.plugin.bash +++ b/plugins/available/todo.plugin.bash @@ -6,7 +6,7 @@ if [ -z "$TODO_DIR" ]; then export TODO_DIR=$BASH_IT/custom # store todo items in user's custom dir, ignored by git fi if [ -z "$TODOTXT_DEFAULT_ACTION" ]; then - export TODOTXT_DEFAULT_ACTION=ls # typing 't' by itself will list current todos + export TODOTXT_DEFAULT_ACTION=lsp # typing 't' by itself will list current todos fi if [ -z "$TODO_SRC_DIR" ]; then export TODO_SRC_DIR=$BASH_IT/plugins/available/todo