From e671a65064f1acb289300f4c78fdac744d2e21b6 Mon Sep 17 00:00:00 2001 From: Julien Nicoulaud Date: Sun, 25 Sep 2011 17:07:03 +0200 Subject: [PATCH] Remove _fab, it is incorrect --- _fab | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 _fab diff --git a/_fab b/_fab deleted file mode 100644 index c6249e6..0000000 --- a/_fab +++ /dev/null @@ -1,27 +0,0 @@ -#compdef fab -# ------------------------------------------------------------------------------ -# DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE -# Version 2, December 2004 -# -# Copyright (C) 2011 Grigory V. -# -# Everyone is permitted to copy and distribute verbatim or modified -# copies of this license document, and changing it is allowed as long -# as the name is changed. -# -# DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE -# TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION -# -# 0. You just DO WHAT THE FUCK YOU WANT TO. -# ------------------------------------------------------------------------------ -# Description -# ----------- -# -# Completion script for Fabric (http://fabfile.org) -# -# ------------------------------------------------------------------------------ -# -*- mode: zsh; sh-indentation: 2; indent-tabs-mode: nil; sh-basic-offset: 2; -*- -# vim: ft=zsh sw=2 ts=2 et -# ------------------------------------------------------------------------------ - -compadd `fab --shortlist` \ No newline at end of file