Merge branch 'master' of git+ssh://git.debian.org/git/bash-completion/bash-completion

This commit is contained in:
David Paleino 2009-06-06 00:03:35 +02:00
commit a6fa21a63e
20 changed files with 60 additions and 0 deletions

View File

@ -1,3 +1,6 @@
# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
# ex: ts=8 sw=8 noet filetype=sh
# Debian apt-get(8) completion. # Debian apt-get(8) completion.
# #
have apt-get && have apt-get &&

View File

@ -1,3 +1,6 @@
# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
# ex: ts=8 sw=8 noet filetype=sh
# Debian apt-build(1) completion. # Debian apt-build(1) completion.
# #
have apt-build && have apt-build &&

View File

@ -1,3 +1,6 @@
# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
# ex: ts=8 sw=8 noet filetype=sh
# Debian aptitude(1) completion # Debian aptitude(1) completion
# #
have aptitude && { have aptitude && {

View File

@ -1,3 +1,6 @@
# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
# ex: ts=8 sw=8 noet filetype=sh
# autorpm(8) completion # autorpm(8) completion
# #
have autorpm && have autorpm &&

View File

@ -1,3 +1,6 @@
# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
# ex: ts=8 sw=8 noet filetype=sh
# start of section containing completion functions for bash built-ins # start of section containing completion functions for bash built-ins
# bash alias completion # bash alias completion

View File

@ -1,3 +1,6 @@
# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
# ex: ts=8 sw=8 noet filetype=sh
# Linux cardctl(8) completion # Linux cardctl(8) completion
# #
have cardctl && have cardctl &&

View File

@ -1,3 +1,6 @@
# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
# ex: ts=8 sw=8 noet filetype=sh
# chkconfig(8) completion # chkconfig(8) completion
# #
have chkconfig && have chkconfig &&

View File

@ -1,3 +1,6 @@
# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
# ex: ts=8 sw=8 noet filetype=sh
# chsh(1) completion # chsh(1) completion
# #
_chsh() _chsh()

View File

@ -1,3 +1,6 @@
# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
# ex: ts=8 sw=8 noet filetype=sh
# cvs(1) completion # cvs(1) completion
# #
have cvs && { have cvs && {

View File

@ -1,3 +1,6 @@
# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
# ex: ts=8 sw=8 noet filetype=sh
# dict(1) completion # dict(1) completion
# #
{ have dict || have rdict; } && { { have dict || have rdict; } && {

View File

@ -1,3 +1,6 @@
# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
# ex: ts=8 sw=8 noet filetype=sh
# This function is required by _dpkg() and _dpkg-reconfigure() # This function is required by _dpkg() and _dpkg-reconfigure()
have dpkg && { have dpkg && {
have grep-status && { have grep-status && {

View File

@ -1,3 +1,6 @@
# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
# ex: ts=8 sw=8 noet filetype=sh
# Debian Linux dselect(8) completion. # Debian Linux dselect(8) completion.
# #
have dselect && have dselect &&

View File

@ -1,3 +1,6 @@
# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
# ex: ts=8 sw=8 noet filetype=sh
# gcc(1) completion # gcc(1) completion
# #
# The only unusual feature is that we don't parse "gcc --help -v" output # The only unusual feature is that we don't parse "gcc --help -v" output

View File

@ -1,3 +1,6 @@
# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
# ex: ts=8 sw=8 noet filetype=sh
# iconv(1) completion # iconv(1) completion
# #
have iconv && have iconv &&

View File

@ -1,3 +1,6 @@
# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
# ex: ts=8 sw=8 noet filetype=sh
# jar(1) completion # jar(1) completion
# #
have jar && have jar &&

View File

@ -1,3 +1,6 @@
# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
# ex: ts=8 sw=8 noet filetype=sh
# man(1) completion # man(1) completion
# #
[ $USERLAND = GNU -o $UNAME = Darwin \ [ $USERLAND = GNU -o $UNAME = Darwin \

View File

@ -1,3 +1,6 @@
# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
# ex: ts=8 sw=8 noet filetype=sh
# mutt completion # mutt completion
# #
# Mutt doesn't have an "addressbook" like Pine, but it has aliases and # Mutt doesn't have an "addressbook" like Pine, but it has aliases and

View File

@ -1,3 +1,6 @@
# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
# ex: ts=8 sw=8 noet filetype=sh
# PINE address-book completion # PINE address-book completion
# #
have pine && have pine &&

View File

@ -1,3 +1,6 @@
# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
# ex: ts=8 sw=8 noet filetype=sh
have rpm && { have rpm && {
# helper functions for rpm completion # helper functions for rpm completion
# #

View File

@ -1,3 +1,6 @@
# -*- mode: shell-script; sh-basic-offset: 8; indent-tabs-mode: t -*-
# ex: ts=8 sw=8 noet filetype=sh
# update-rc.d(8) completion # update-rc.d(8) completion
# #
# Copyright (C) 2004 Servilio Afre Puentes <servilio@gmail.com> # Copyright (C) 2004 Servilio Afre Puentes <servilio@gmail.com>