Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'contrib/completion/hx.zsh')
| -rw-r--r-- | contrib/completion/hx.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/completion/hx.zsh b/contrib/completion/hx.zsh index 6ffccb18..2631d228 100644 --- a/contrib/completion/hx.zsh +++ b/contrib/completion/hx.zsh @@ -25,7 +25,7 @@ _hx() { case "$state" in health) - local languages=($(hx --health all-languages | tail -n '+2' | awk '{print $1}' | sed 's/\x1b\[[0-9;]*m//g;s/[✘✓]//g')) + local languages=($(hx --health | tail -n '+11' | awk '{print $1}' | sed 's/\x1b\[[0-9;]*m//g;s/[✘✓]//g')) _values 'language' $languages ;; grammar) |