]> src.twobees.de Git - dotfiles.git/blobdiff - stow/oh-my-zsh/.oh-my-zsh/plugins/doctl/doctl.plugin.zsh
rm oh-my-zsh
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / doctl / doctl.plugin.zsh
diff --git a/stow/oh-my-zsh/.oh-my-zsh/plugins/doctl/doctl.plugin.zsh b/stow/oh-my-zsh/.oh-my-zsh/plugins/doctl/doctl.plugin.zsh
deleted file mode 100644 (file)
index d23ed08..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-# Autocompletion for doctl, the command line tool for DigitalOcean service
-#
-# doctl project: https://github.com/digitalocean/doctl
-#
-# Author: https://github.com/HalisCz
-
-if [ $commands[doctl] ]; then
-  source <(doctl completion zsh)
-fi