A Zsh plugin to auto-load ngrok and its completions into the shell.
Clone the plugin into custom oh-my-zsh plugins directory:
git clone https://github.com/bostoncholi/ngrok.plugin.zsh.git ~/.oh-my-zsh/custom/plugins/ngrok
Add it in .zshrc
:
plugins=(... ngrok)