Files
bash-it/plugins/available/todo.plugin.bash
John D Pell d6bcedfa96 plugin/base: rewrite t() function to use todo.sh
Move the test for whether `plugin/todo` is enabled inside the function, and remove the alias from there.

Alsö, respect `$XDG_STATE_HOME` and move the old `~/.t` file if it exists.
2022-01-01 17:50:55 -08:00

7 lines
202 B
Bash

# shellcheck shell=bash
about-plugin 'Todo.txt integration'
# you may override any of the exported variables below in your .bash_profile
: "${TODOTXT_DEFAULT_ACTION:=ls}"
export TODOTXT_DEFAULT_ACTION