Fix ZSH completions (#11133)

This commit is contained in:
David Else 2024-07-12 03:55:10 +01:00 committed by GitHub
parent 501af93c92
commit a75b1cf51e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
compdef _hx hx
#compdef _hx hx
# Zsh completion script for Helix editor
_hx() {
@ -33,4 +33,3 @@ _hx() {
;;
esac
}