Skip to content

Commit

Permalink
Shell completion for zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
fmcgough committed Sep 17, 2016
1 parent e9ae433 commit 4e59180
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions shell-integration/cbt-completions.zsh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#! /usr/bin/env zsh

_cbt() {
reply=( "${(ps:\n:)$(cbt taskNames)}" )
}

compctl -K _cbt cbt

0 comments on commit 4e59180

Please sign in to comment.