Skip to content

Commit

Permalink
Fix ZSH completions (helix-editor#11133)
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Else authored and kyruzic committed Sep 27, 2024
1 parent 532f059 commit f342dd2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contrib/completion/hx.zsh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
compdef _hx hx
#compdef _hx hx
# Zsh completion script for Helix editor

_hx() {
Expand Down Expand Up @@ -33,4 +33,3 @@ _hx() {
;;
esac
}

0 comments on commit f342dd2

Please sign in to comment.