6 lines
107 B
Shell
6 lines
107 B
Shell
#!/usr/bin/env zsh
|
|
|
|
# ngrok completions
|
|
if (( ${+commands[ngrok]} )); then
|
|
eval "$(ngrok completion)"
|
|
fi
|