Compare commits
3 commits
e8bdd58014
...
79e147db3a
Author | SHA1 | Date | |
---|---|---|---|
79e147db3a | |||
e609bc1aee | |||
3e9681be2d |
2 changed files with 3 additions and 13 deletions
10
sheldon.toml
10
sheldon.toml
|
@ -19,6 +19,9 @@ local = "~/.zsh/plugins/loading"
|
|||
# Completions
|
||||
# -----------
|
||||
|
||||
[plugins.fzf-tab]
|
||||
github = "Aloxaf/fzf-tab"
|
||||
|
||||
[plugins.zsh-completions]
|
||||
github = "zsh-users/zsh-completions"
|
||||
|
||||
|
@ -91,13 +94,6 @@ apply = ["defer"]
|
|||
local = "~/.zsh/plugins"
|
||||
apply = ["defer"]
|
||||
|
||||
# Plugins that are even more deferred
|
||||
# -----------------------------------
|
||||
|
||||
[plugins.ngrok]
|
||||
local = "~/.zsh/plugins"
|
||||
apply = ["defer-more"]
|
||||
|
||||
# Loading indicator
|
||||
# -----------------
|
||||
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
#!/usr/bin/env zsh
|
||||
|
||||
# ngrok completions
|
||||
if (( ${+commands[ngrok]} )); then
|
||||
eval "$(ngrok completion)"
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue