]> src.twobees.de Git - dotfiles.git/blobdiff - stow/oh-my-zsh/.oh-my-zsh/plugins/1password/1password.plugin.zsh
rm oh-my-zsh
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / 1password / 1password.plugin.zsh
diff --git a/stow/oh-my-zsh/.oh-my-zsh/plugins/1password/1password.plugin.zsh b/stow/oh-my-zsh/.oh-my-zsh/plugins/1password/1password.plugin.zsh
deleted file mode 100644 (file)
index 941523c..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-# 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