Zellij completion definitions for zsh. Currently only supports oh-my-zsh
-
Clone this repository to your
ZSH_CUSTOM
directorygit clone https://github.com/lkalir/zellij-zsh-completions ${ZSH_CUSTOM:-${ZSH:-~/.oh-my.zsh}/custom}/plugins/zellij-zsh-completions
-
Add
zellij
to your plugin list in.zshrc
plugins=(... zellij-zsh-completions)
Contributions are welcome as I am by no means an expert on zsh.