Remove ngrok completions setup
Its a command I use so rarely
This commit is contained in:
parent
e609bc1aee
commit
79e147db3a
2 changed files with 0 additions and 13 deletions
|
@ -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
|
||||||
# -----------------
|
# -----------------
|
||||||
|
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
#!/usr/bin/env zsh
|
|
||||||
|
|
||||||
# ngrok completions
|
|
||||||
if (( ${+commands[ngrok]} )); then
|
|
||||||
eval "$(ngrok completion)"
|
|
||||||
fi
|
|
Loading…
Add table
Reference in a new issue