aboutsummaryrefslogtreecommitdiff
path: root/shell-integration
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2017-03-04 03:21:16 +0000
committerChristopher Vogt <oss.nsp@cvogt.org>2017-03-04 20:43:25 -0500
commit6cfa352a268ec0edbb6dff7f26a476f9b31a8f6f (patch)
tree9a287134db599ba1fd6c02b8bf1a25b3b9a64ef0 /shell-integration
parentc6fd3f43a9d2b2f38442602769e920803a7d43ba (diff)
downloadcbt-6cfa352a268ec0edbb6dff7f26a476f9b31a8f6f.tar.gz
cbt-6cfa352a268ec0edbb6dff7f26a476f9b31a8f6f.tar.bz2
cbt-6cfa352a268ec0edbb6dff7f26a476f9b31a8f6f.zip
fix fish completions and add comment how to combine with fzf
Diffstat (limited to 'shell-integration')
-rw-r--r--shell-integration/cbt-completions.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-integration/cbt-completions.fish b/shell-integration/cbt-completions.fish
index 6e543fb..fbca62d 100644
--- a/shell-integration/cbt-completions.fish
+++ b/shell-integration/cbt-completions.fish
@@ -1 +1 @@
-complete -c cbt -a (cbt taskNames)
+complete --command cbt --no-files -a '(cbt taskNames)' #|fzf --height 90% --reverse)'