Skip to content

Commit

Permalink
fix #496. missing code (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
halturin committed Dec 16, 2023
1 parent f37e2fe commit b98db4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zsh_completion/_kerl
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ case "$words[1]" in
if [[ "$state" == rels ]]; then
_kerl_available_releases
_wanted releases expl 'all releases' compadd -a releases
fi
;;
path)
_arguments \
'1: :->installnames' && return 0
Expand Down

0 comments on commit b98db4c

Please sign in to comment.