todo.plugin.bash: 't' does 'lsp' by default
Signed-off-by: Michael Turquette <mturquette@deferred.io>pull/182/head
parent
be647ff448
commit
35242c6b39
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue