mirror of https://github.com/helix-editor/helix
Fix ZSH completions (#11133)
parent
501af93c92
commit
a75b1cf51e
|
@ -1,4 +1,4 @@
|
|||
compdef _hx hx
|
||||
#compdef _hx hx
|
||||
# Zsh completion script for Helix editor
|
||||
|
||||
_hx() {
|
||||
|
@ -33,4 +33,3 @@ _hx() {
|
|||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue