diff options
-rw-r--r-- | bashrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |