diff --git a/common/.bashrc b/common/.bashrc index 42e3aba..9c500f0 100644 --- a/common/.bashrc +++ b/common/.bashrc @@ -214,3 +214,7 @@ fi # Fuzzy Finder (fzf) source /usr/share/fzf/completion.bash source /usr/share/fzf/key-bindings.bash + +# Todo.txt +export TODOTXT_DEFAULT_ACTION=ls +alias t='mabox-todo.sh'