Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 645 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 645 Bytes

zsh-supabase

Add autocompletions for the supabase cli to zsh.

You need to have supabase cli installed for the completions to show up.

Install

  1. Clone this repository into $ZSH_CUSTOM/plugins (by default ~/.oh-my-zsh/custom/plugins)

    git clone https://github.com/Taimoor-Tariq/zsh-supabase ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-supabase
  2. Add the plugin to the list of plugins for Oh My Zsh to load (inside ~/.zshrc):

    plugins=( 
        # other plugins...
        zsh-supabase
    )
  3. Start a new terminal session.