todo.plugin.bash: 't' does 'lsp' by default

Signed-off-by: Michael Turquette <mturquette@deferred.io>
pull/182/head
Michael Turquette 2014-08-30 15:18:24 -07:00
parent be647ff448
commit 35242c6b39
1 changed files with 1 additions and 1 deletions

View File

@ -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