Add ngrok completions

This commit is contained in:
Jonny Barnes 2023-07-30 15:16:53 +01:00
parent f450f7e5ac
commit f5fab1d9de
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8

View file

@ -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)"