Fix ZSH completions (#11133)
This commit is contained in:
parent
501af93c92
commit
a75b1cf51e
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
compdef _hx hx
|
||||
#compdef _hx hx
|
||||
# Zsh completion script for Helix editor
|
||||
|
||||
_hx() {
|
||||
|
@ -33,4 +33,3 @@ _hx() {
|
|||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue