Compare commits

...

3 commits

Author SHA1 Message Date
79e147db3a
Remove ngrok completions setup
Its a command I use so rarely
2024-11-02 13:18:05 +00:00
e609bc1aee
Merge remote-tracking branch 'origin/main' 2024-09-29 14:36:48 +01:00
3e9681be2d
Add fzf-tab plugin 2024-09-29 14:35:54 +01:00
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