diff options
Diffstat (limited to 'zsh_completion')
-rw-r--r-- | zsh_completion/_kerl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh_completion/_kerl b/zsh_completion/_kerl index 10ae768..e58eb8b 100644 --- a/zsh_completion/_kerl +++ b/zsh_completion/_kerl @@ -86,6 +86,7 @@ case "$words[1]" in _arguments \ '1: :->blds' \ '2::location:_path_files -W "(~/kerl)"' && return 0 + ## TODO: This path should not be hard-coded! if [[ "$state" == blds ]]; then _kerl_builds |