mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-25 10:56:19 +04:00
Fix ZSH completions (#11133)
This commit is contained in:
parent
501af93c92
commit
a75b1cf51e
@ -1,4 +1,4 @@
|
|||||||
compdef _hx hx
|
#compdef _hx hx
|
||||||
# Zsh completion script for Helix editor
|
# Zsh completion script for Helix editor
|
||||||
|
|
||||||
_hx() {
|
_hx() {
|
||||||
@ -33,4 +33,3 @@ _hx() {
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user