From 35242c6b39fa98ce72ff1d8f7c6138c1357cd4c7 Mon Sep 17 00:00:00 2001 From: Michael Turquette Date: Sat, 30 Aug 2014 15:18:24 -0700 Subject: [PATCH] todo.plugin.bash: 't' does 'lsp' by default Signed-off-by: Michael Turquette --- plugins/available/todo.plugin.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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