Unnamed repository; edit this file 'description' to name the repository.
Fix ZSH completions (#11133)
| -rw-r--r-- | contrib/completion/hx.zsh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/completion/hx.zsh b/contrib/completion/hx.zsh index be380f50..2631d228 100644 --- a/contrib/completion/hx.zsh +++ b/contrib/completion/hx.zsh @@ -1,4 +1,4 @@ -compdef _hx hx +#compdef _hx hx # Zsh completion script for Helix editor _hx() { @@ -33,4 +33,3 @@ _hx() { ;; esac } - |