summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-06-04 09:42:30 +0100
committerMatthew Lemon <y@yulqen.org>2023-06-04 09:42:30 +0100
commitd8890e6f7a3746a4c738503163dc7cc283bee72c (patch)
tree7afa766ba0f46e1c7f9dce0a03cd87ef3fb4e7b1
parent505e9f500bce90144308cd5901589830e3a02a1a (diff)
Adds completion for todoist-cli
-rw-r--r--bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index 250d254..4fd592f 100644
--- a/bashrc
+++ b/bashrc
@@ -121,6 +121,9 @@ if ! shopt -oq posix; then
fi
fi
+# todoist-cli completion
+source "$HOME/bin/todoist_fzf.sh"
+
# aliases
alias pacget="pacman -Slq | fzf --multi --preview 'pacman -Si {1}' | xargs -ro sudo pacman -S"
alias pacdel="pacman -Qq | fzf --multi --preview 'pacman -Qi {1}' | xargs -ro sudo pacman -Rns"