Delete plugins/1password/1password.plugin.zsh

My info
This commit is contained in:
Daddydaddy89 2024-11-01 10:12:36 -05:00 committed by GitHub
commit 98e3457852
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,15 +0,0 @@
# Do nothing if op is not installed
(( ${+commands[op]} )) || return
# If the completion file doesn't exist yet, we need to autoload it and
# bind it to `op`. Otherwise, compinit will have already done that.
if [[ ! -f "$ZSH_CACHE_DIR/completions/_op" ]]; then
typeset -g -A _comps
autoload -Uz _op
_comps[op]=_op
fi
op completion zsh >| "$ZSH_CACHE_DIR/completions/_op" &|
# Load opswd function
autoload -Uz opswd