]> src.twobees.de Git - dotfiles.git/blobdiff - stow/oh-my-zsh/.oh-my-zsh/plugins/capistrano/capistrano.plugin.zsh
rm oh-my-zsh
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / capistrano / capistrano.plugin.zsh
diff --git a/stow/oh-my-zsh/.oh-my-zsh/plugins/capistrano/capistrano.plugin.zsh b/stow/oh-my-zsh/.oh-my-zsh/plugins/capistrano/capistrano.plugin.zsh
deleted file mode 100644 (file)
index 8195728..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-# Added `capit` because `cap` is a reserved word. `cap` completion doesn't work.
-# http://zsh.sourceforge.net/Doc/Release/Zsh-Modules.html#The-zsh_002fcap-Module
-
-function capit() {
-  if [ -f Gemfile ]
-  then
-    bundle exec cap $*
-  else
-    cap $*
-  fi
-}