Remove ngrok completions setup

Its a command I use so rarely
This commit is contained in:
Jonny Barnes 2024-11-02 13:18:05 +00:00
parent e609bc1aee
commit 79e147db3a
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8
2 changed files with 0 additions and 13 deletions

View file

@ -94,13 +94,6 @@ apply = ["defer"]
local = "~/.zsh/plugins" local = "~/.zsh/plugins"
apply = ["defer"] apply = ["defer"]
# Plugins that are even more deferred
# -----------------------------------
[plugins.ngrok]
local = "~/.zsh/plugins"
apply = ["defer-more"]
# Loading indicator # Loading indicator
# ----------------- # -----------------

View file

@ -1,6 +0,0 @@
#!/usr/bin/env zsh
# ngrok completions
if (( ${+commands[ngrok]} )); then
eval "$(ngrok completion)"
fi