From 9cf4a6a1023dda70072b76bd881efbd12c2270d1 Mon Sep 17 00:00:00 2001 From: Christopher Vogt Date: Mon, 6 Mar 2017 06:59:23 -0500 Subject: rename taskNames to complete and pass in current readline buffer in fish for zsh and bash this still needs to be done. Also interpreting the buffer to complete the current command --- shell-integration/cbt-completions.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell-integration/cbt-completions.fish') diff --git a/shell-integration/cbt-completions.fish b/shell-integration/cbt-completions.fish index fbca62d..d51114d 100644 --- a/shell-integration/cbt-completions.fish +++ b/shell-integration/cbt-completions.fish @@ -1 +1 @@ -complete --command cbt --no-files -a '(cbt taskNames)' #|fzf --height 90% --reverse)' +complete --command cbt --no-files -a '(cbt complete (commandline --current-buffer) (commandline --cursor))' #|fzf --height 90% --reverse)' -- cgit v1.2.3