From 31769b05b366abc46477bcda99bf4d42f4d140c8 Mon Sep 17 00:00:00 2001 From: myfreeweb Date: Sun, 25 Sep 2011 16:46:14 +0400 Subject: [PATCH] proper headers for these --- _fab | 27 +++++++++++++++++++++++++-- _heroku | 20 ++++++++++++++++---- _lein | 19 ++++++++++++++++--- _teamocil | 27 +++++++++++++++++++++++++-- 4 files changed, 82 insertions(+), 11 deletions(-) diff --git a/_fab b/_fab index 918a61f..c6249e6 100644 --- a/_fab +++ b/_fab @@ -1,4 +1,27 @@ #compdef fab -#autoload +# ------------------------------------------------------------------------------ +# 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` +compadd `fab --shortlist` \ No newline at end of file diff --git a/_heroku b/_heroku index d1017f6..388ee6b 100644 --- a/_heroku +++ b/_heroku @@ -1,8 +1,20 @@ #compdef heroku - -# Heroku Autocomplete plugin for Oh-My-Zsh -# Requires: The Heroku client gem (https://github.com/heroku/heroku) -# Author: Ali B. (http://awhitebox.com) +# ------------------------------------------------------------------------------ +# Description +# ----------- +# +# Completion script for the Heroku client gem (https://github.com/heroku/heroku) +# +# ------------------------------------------------------------------------------ +# Authors +# ------- +# +# * Ali B. (http://awhitebox.com) +# +# ------------------------------------------------------------------------------ +# -*- mode: zsh; sh-indentation: 2; indent-tabs-mode: nil; sh-basic-offset: 2; -*- +# vim: ft=zsh sw=2 ts=2 et +# ------------------------------------------------------------------------------ local -a _1st_arguments _1st_arguments=( diff --git a/_lein b/_lein index 18eceb3..2fdd943 100644 --- a/_lein +++ b/_lein @@ -1,7 +1,20 @@ #compdef lein -#autoload - -# https://github.com/technolize/zsh-completion-funcs +# ------------------------------------------------------------------------------ +# Description +# ----------- +# +# Completion script for Leiningen (https://github.com/technomancy/leiningen) +# +# ------------------------------------------------------------------------------ +# Authors +# ------- +# +# * https://github.com/technolize +# +# ------------------------------------------------------------------------------ +# -*- mode: zsh; sh-indentation: 2; indent-tabs-mode: nil; sh-basic-offset: 2; -*- +# vim: ft=zsh sw=2 ts=2 et +# ------------------------------------------------------------------------------ local ret=1 state _arguments ':subcommand:->subcommand' && ret=0 diff --git a/_teamocil b/_teamocil index e0c64d5..5f1dbdc 100644 --- a/_teamocil +++ b/_teamocil @@ -1,4 +1,27 @@ #compdef teamocil -#autoload +# ------------------------------------------------------------------------------ +# 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 Teamocil (https://github.com/remiprev/teamocil) +# +# ------------------------------------------------------------------------------ +# -*- mode: zsh; sh-indentation: 2; indent-tabs-mode: nil; sh-basic-offset: 2; -*- +# vim: ft=zsh sw=2 ts=2 et +# ------------------------------------------------------------------------------ -compadd `ls ~/.teamocil | sed 's/.yml//'` +compadd `ls ~/.teamocil | sed 's/.yml//'` \ No newline at end of file