Add ngrok completions
This commit is contained in:
parent
f450f7e5ac
commit
f5fab1d9de
1 changed files with 5 additions and 0 deletions
|
@ -171,6 +171,11 @@ if type mcfly > /dev/null; then
|
||||||
eval "$(mcfly init zsh)"
|
eval "$(mcfly init zsh)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# ngrok completions
|
||||||
|
if command -v ngrok &>/dev/null; then
|
||||||
|
eval "$(ngrok completion)"
|
||||||
|
fi
|
||||||
|
|
||||||
# Init starship prompt -- https://starship.rs
|
# Init starship prompt -- https://starship.rs
|
||||||
eval "$(starship init zsh)"
|
eval "$(starship init zsh)"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue