mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 01:16:18 +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
|
||||
|
||||
_hx() {
|
||||
@ -33,4 +33,3 @@ _hx() {
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user