Watch
1
0
Fork
You've already forked oh-my-zsh
0
oh-my-zsh/plugins/1password/1password.plugin.zsh

9 lines
176 B
Shell
Raw Normal View History

# Do nothing if op is not installed
(( ${+commands[op]} )) || return
# Load op completion
eval "$(op completion zsh)"
compdef _op op
# Load opswd function
autoload -Uz opswd