Add autocompletions for the supabase cli to zsh.
You need to have supabase cli installed for the completions to show up.
-
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
-
Add the plugin to the list of plugins for Oh My Zsh to load (inside
~/.zshrc
):plugins=( # other plugins... zsh-supabase )
-
Start a new terminal session.