Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 575 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 575 Bytes

zellij-zsh-completions

Zellij completion definitions for zsh. Currently only supports oh-my-zsh

Installation

  1. Clone this repository to your ZSH_CUSTOM directory

    git clone https://github.com/lkalir/zellij-zsh-completions ${ZSH_CUSTOM:-${ZSH:-~/.oh-my.zsh}/custom}/plugins/zellij-zsh-completions
    
  2. Add zellij to your plugin list in .zshrc

    plugins=(... zellij-zsh-completions)
    

Contributing

Contributions are welcome as I am by no means an expert on zsh.