commit 8ae2dfff12cf86e39e3269548e8398ebdb98b617
parent 79686a8e37663b633aa1eeb5dc803c08e24cf052
Author: Sven Möller <sven@svenmoeller.xyz>
Date: Tue, 31 May 2022 22:06:12 +0200
todo.sh completion
Diffstat:
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/bash/.bashrc b/bash/.bashrc
@@ -1,3 +1,5 @@
+export MENU="fzf"
+
alias ls="ls --human-readable --color=auto"
alias df="df --human-readable"
alias du="du --human-readable"
@@ -26,5 +28,5 @@ alias sf="sfeed_curses ~/.sfeed/feeds/*"
alias w3m="w3m -B"
alias search="surfraw search"
alias t="todo.sh"
-
-export MENU="fzf"
+source /usr/share/bash-completion/completions/todo.sh
+complete -F _todo t