Merge remote-tracking branch 'forge/main'

This commit is contained in:
Jonny Barnes 2024-11-21 19:57:44 +00:00
commit 6924f66ba7
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8
2 changed files with 3 additions and 13 deletions

View file

@ -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
# -----------------

View file

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