aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bashrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index 729264e..c36c3e2 100644
--- a/bashrc
+++ b/bashrc
@@ -41,6 +41,10 @@ export=GPG_TTY="$(tty)"
export=SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
gpgconf --launch gpg-agent
+#completion for todo.sh
+source ~/Documents/Notes/todo/todo_completion
+complete -o default -o nospace -F _todo t
+
# Functions
todj () {
if [[ "$1" = "-v" ]]; then