Move Emacs indentation settings from every file to .dir-locals.el.
This commit is contained in:
parent
15211e74fe
commit
0d10b94e7a
5
.dir-locals.el
Normal file
5
.dir-locals.el
Normal file
@ -0,0 +1,5 @@
|
||||
;; bash-completion shell-script mode settings for Emacs
|
||||
|
||||
((nil . ((indent-tabs-mode . nil)))
|
||||
(sh-mode . ((sh-basic-offset . 4)
|
||||
(sh-indent-comment . t))))
|
@ -13,7 +13,8 @@ bash_completion.sh: bash_completion.sh.in Makefile
|
||||
|
||||
CLEANFILES = bash_completion.sh bash-completion.pc
|
||||
|
||||
EXTRA_DIST = CHANGES $(sysconf_DATA) $(pkgdata_DATA) bash_completion.sh.in
|
||||
EXTRA_DIST = CHANGES $(sysconf_DATA) $(pkgdata_DATA) bash_completion.sh.in \
|
||||
.dir-locals.el
|
||||
|
||||
install-data-hook:
|
||||
tmpfile=`mktemp $${TMPDIR:-/tmp}/bash_completion.XXXXXX` && \
|
||||
|
@ -1,3 +1,4 @@
|
||||
# -*- shell-script -*-
|
||||
#
|
||||
# bash_completion - programmable completion functions for bash 4.1+
|
||||
#
|
||||
@ -1888,10 +1889,4 @@ unset have
|
||||
set $BASH_COMPLETION_ORIGINAL_V_VALUE
|
||||
unset BASH_COMPLETION_ORIGINAL_V_VALUE
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,8 +1,8 @@
|
||||
# bash completion for mock -*- shell-script -*-
|
||||
|
||||
# Use of this file is deprecated. Upstream completion is available in
|
||||
# mock > 1.1.0, use that instead.
|
||||
|
||||
# bash completion for mock
|
||||
|
||||
_mock()
|
||||
{
|
||||
local cur prev words cword split
|
||||
@ -66,10 +66,4 @@ _mock()
|
||||
} &&
|
||||
complete -F _mock mock
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,8 +1,8 @@
|
||||
# module completion by Ted Stern <stern@cray.com> -*- shell-script -*-
|
||||
#
|
||||
# Use of this file is deprecated, upstream completion is available in
|
||||
# modules >= 3.2.7, use that instead.
|
||||
#
|
||||
# module completion by Ted Stern <stern@cray.com>
|
||||
#
|
||||
# Completion for Environment Modules `module' alias.
|
||||
#
|
||||
# See http://sourceforge.net/projects/modules/
|
||||
@ -81,10 +81,4 @@ _module ()
|
||||
} &&
|
||||
complete -F _module -o default module
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,8 +1,8 @@
|
||||
# svn completion -*- shell-script -*-
|
||||
|
||||
# Use of this file is deprecated. Upstream completion is available in
|
||||
# subversion >= 0.12.0, use that instead.
|
||||
|
||||
# svn completion
|
||||
|
||||
_svn()
|
||||
{
|
||||
local cur prev words cword
|
||||
@ -341,10 +341,4 @@ _svnlook()
|
||||
} &&
|
||||
complete -F _svnlook -o default svnlook
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,8 +1,8 @@
|
||||
# yum(8) completion -*- shell-script -*-
|
||||
|
||||
# Use of this file is deprecated. Upstream completion is available in
|
||||
# yum > 3.2.25, use that instead.
|
||||
|
||||
# yum(8) completion
|
||||
|
||||
_yum_list()
|
||||
{
|
||||
if [[ "$1" == all ]] ; then
|
||||
@ -141,10 +141,4 @@ _yum()
|
||||
} &&
|
||||
complete -F _yum yum
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,8 +1,8 @@
|
||||
# bash completion for repomanage -*- shell-script -*-
|
||||
|
||||
# Use of this file is deprecated. Upstream completion is available in
|
||||
# yum-utils >= 1.1.24, use that instead.
|
||||
|
||||
# bash completion for repomanage
|
||||
|
||||
_repomanage()
|
||||
{
|
||||
local cur prev words cword split
|
||||
@ -21,10 +21,4 @@ _repomanage()
|
||||
} &&
|
||||
complete -F _repomanage repomanage
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# abook(1) completion
|
||||
# abook(1) completion -*- shell-script -*-
|
||||
|
||||
_abook()
|
||||
{
|
||||
@ -49,10 +49,4 @@ _abook()
|
||||
} &&
|
||||
complete -F _abook abook
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# aclocal(1) completion
|
||||
# aclocal(1) completion -*- shell-script -*-
|
||||
|
||||
_aclocal()
|
||||
{
|
||||
@ -32,10 +32,4 @@ _aclocal()
|
||||
} &&
|
||||
complete -F _aclocal aclocal aclocal-1.11
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# mailman add_members completion
|
||||
# mailman add_members completion -*- shell-script -*-
|
||||
|
||||
_add_members()
|
||||
{
|
||||
@ -29,10 +29,4 @@ _add_members()
|
||||
} &&
|
||||
complete -F _add_members add_members
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# bash alias completion
|
||||
# bash alias completion -*- shell-script -*-
|
||||
|
||||
_alias()
|
||||
{
|
||||
@ -17,10 +17,4 @@ _alias()
|
||||
} &&
|
||||
complete -F _alias -o nospace alias
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# bash completion for ant and phing
|
||||
# bash completion for ant and phing -*- shell-script -*-
|
||||
|
||||
_ant()
|
||||
{
|
||||
@ -61,10 +61,4 @@ complete -F _ant ant phing
|
||||
type complete-ant-cmd.pl &>/dev/null && \
|
||||
complete -C complete-ant-cmd.pl -F _ant ant || :
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# apache2ctl(1) completion
|
||||
# apache2ctl(1) completion -*- shell-script -*-
|
||||
|
||||
_apache2ctl()
|
||||
{
|
||||
@ -13,10 +13,4 @@ _apache2ctl()
|
||||
} &&
|
||||
complete -F _apache2ctl apache2ctl
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Debian apt-build(1) completion.
|
||||
# Debian apt-build(1) completion -*- shell-script -*-
|
||||
|
||||
_apt_build()
|
||||
{
|
||||
@ -56,10 +56,4 @@ _apt_build()
|
||||
} &&
|
||||
complete -F _apt_build apt-build
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Debian apt-cache(8) completion.
|
||||
# Debian apt-cache(8) completion -*- shell-script -*-
|
||||
|
||||
_apt_cache()
|
||||
{
|
||||
@ -71,10 +71,4 @@ _apt_cache()
|
||||
} &&
|
||||
complete -F _apt_cache apt-cache
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Debian apt-get(8) completion.
|
||||
# Debian apt-get(8) completion -*- shell-script -*-
|
||||
|
||||
_apt_get()
|
||||
{
|
||||
@ -73,10 +73,4 @@ _apt_get()
|
||||
} &&
|
||||
complete -F _apt_get apt-get
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Debian aptitude(1) completion
|
||||
# Debian aptitude(1) completion -*- shell-script -*-
|
||||
|
||||
_have grep-status && {
|
||||
_comp_dpkg_hold_packages()
|
||||
@ -88,10 +88,4 @@ _aptitude()
|
||||
} &&
|
||||
complete -F _aptitude -o default aptitude
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# mailman arch completion
|
||||
# mailman arch completion -*- shell-script -*-
|
||||
|
||||
# Try to detect whether this is the mailman "arch" to avoid installing
|
||||
# it for the coreutils/util-linux-ng one.
|
||||
@ -44,10 +44,4 @@ _arch()
|
||||
} &&
|
||||
complete -F _arch arch
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# arping(8) completion
|
||||
# arping(8) completion -*- shell-script -*-
|
||||
|
||||
_arping()
|
||||
{
|
||||
@ -28,10 +28,4 @@ _arping()
|
||||
} &&
|
||||
complete -F _arping arping
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# arpspoof completion
|
||||
# arpspoof completion -*- shell-script -*-
|
||||
|
||||
_arpspoof()
|
||||
{
|
||||
@ -25,10 +25,4 @@ _arpspoof()
|
||||
} &&
|
||||
complete -F _arpspoof arpspoof
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,3 +1,5 @@
|
||||
# asciidoc(1) completion -*- shell-script -*-
|
||||
|
||||
_asciidoc_doctype()
|
||||
{
|
||||
COMPREPLY+=( $( compgen -W 'article book manpage' -- "$cur" ) )
|
||||
@ -85,10 +87,4 @@ _a2x()
|
||||
} &&
|
||||
complete -F _a2x a2x
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# bash completion for aspell
|
||||
# bash completion for aspell -*- shell-script -*-
|
||||
|
||||
_aspell_dictionary()
|
||||
{
|
||||
@ -87,10 +87,4 @@ _aspell()
|
||||
} &&
|
||||
complete -F _aspell aspell
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# autoconf(1) completion
|
||||
# autoconf(1) completion -*- shell-script -*-
|
||||
|
||||
_autoconf()
|
||||
{
|
||||
@ -37,10 +37,4 @@ _autoconf()
|
||||
} &&
|
||||
complete -F _autoconf autoconf
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# automake(1) completion
|
||||
# automake(1) completion -*- shell-script -*-
|
||||
|
||||
_automake()
|
||||
{
|
||||
@ -33,10 +33,4 @@ _automake()
|
||||
} &&
|
||||
complete -F _automake automake automake-1.11
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# autoreconf(1) completion
|
||||
# autoreconf(1) completion -*- shell-script -*-
|
||||
|
||||
_autoreconf()
|
||||
{
|
||||
@ -38,10 +38,4 @@ _autoreconf()
|
||||
} &&
|
||||
complete -F _autoreconf autoreconf autoheader
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# autorpm(8) completion
|
||||
# autorpm(8) completion -*- shell-script -*-
|
||||
|
||||
_autorpm()
|
||||
{
|
||||
@ -11,10 +11,4 @@ _autorpm()
|
||||
} &&
|
||||
complete -F _autorpm autorpm
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# autoscan(1) completion
|
||||
# autoscan(1) completion -*- shell-script -*-
|
||||
|
||||
_autoscan()
|
||||
{
|
||||
@ -31,10 +31,4 @@ _autoscan()
|
||||
} &&
|
||||
complete -F _autoscan autoscan autoupdate
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# avctrl completion
|
||||
# avctrl completion -*- shell-script -*-
|
||||
|
||||
_avctrl()
|
||||
{
|
||||
@ -17,10 +17,4 @@ _avctrl()
|
||||
} &&
|
||||
complete -F _avctrl avctrl
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# badblocks(8) completion
|
||||
# badblocks(8) completion -*- shell-script -*-
|
||||
|
||||
_badblocks()
|
||||
{
|
||||
@ -29,10 +29,4 @@ _badblocks()
|
||||
} &&
|
||||
complete -F _badblocks badblocks
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,5 @@
|
||||
# BitKeeper completion adapted from code by Bart Trojanowski <bart@jukie.net>
|
||||
# BitKeeper completion -*- shell-script -*-
|
||||
# adapted from code by Bart Trojanowski <bart@jukie.net>
|
||||
|
||||
_bk()
|
||||
{
|
||||
@ -15,10 +16,4 @@ _bk()
|
||||
} &&
|
||||
complete -F _bk bk
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# bash completion for brctl
|
||||
# bash completion for brctl -*- shell-script -*-
|
||||
|
||||
_brctl()
|
||||
{
|
||||
@ -37,10 +37,4 @@ _brctl()
|
||||
} &&
|
||||
complete -F _brctl -o default brctl
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# btdownloadheadless(1) completion
|
||||
# btdownloadheadless(1) completion -*- shell-script -*-
|
||||
|
||||
_btdownload()
|
||||
{
|
||||
@ -29,10 +29,4 @@ _btdownload()
|
||||
complete -F _btdownload btdownloadheadless.py btdownloadcurses.py \
|
||||
btdownloadgui.py
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# bash completion for bzip2
|
||||
# bash completion for bzip2 -*- shell-script -*-
|
||||
|
||||
_bzip2()
|
||||
{
|
||||
@ -38,10 +38,4 @@ _bzip2()
|
||||
} &&
|
||||
complete -F _bzip2 bzip2 pbzip2 lbzip2
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,3 +1,5 @@
|
||||
# cal(1) completion -*- shell-script -*-
|
||||
|
||||
_cal()
|
||||
{
|
||||
local cur prev words cword
|
||||
@ -29,10 +31,4 @@ _cal()
|
||||
} &&
|
||||
complete -F _cal cal ncal
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# cancel(1) completion
|
||||
# cancel(1) completion -*- shell-script -*-
|
||||
|
||||
_cancel()
|
||||
{
|
||||
@ -9,10 +9,4 @@ _cancel()
|
||||
} &&
|
||||
complete -F _cancel cancel
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Linux cardctl(8) completion
|
||||
# Linux cardctl(8) completion -*- shell-script -*-
|
||||
|
||||
_cardctl()
|
||||
{
|
||||
@ -12,10 +12,4 @@ _cardctl()
|
||||
} &&
|
||||
complete -F _cardctl cardctl pccardctl
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# cfagent completion
|
||||
# cfagent completion -*- shell-script -*-
|
||||
|
||||
_cfagent()
|
||||
{
|
||||
@ -18,10 +18,4 @@ _cfagent()
|
||||
} &&
|
||||
complete -F _cfagent cfagent
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# cfrun completion
|
||||
# cfrun completion -*- shell-script -*-
|
||||
|
||||
_cfrun()
|
||||
{
|
||||
@ -44,10 +44,4 @@ _cfrun()
|
||||
} &&
|
||||
complete -F _cfrun cfrun
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# chage(1) completion
|
||||
# chage(1) completion -*- shell-script -*-
|
||||
|
||||
_chage()
|
||||
{
|
||||
@ -23,10 +23,4 @@ _chage()
|
||||
} &&
|
||||
complete -F _chage chage
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# mailman change_pw completion
|
||||
# mailman change_pw completion -*- shell-script -*-
|
||||
|
||||
_change_pw()
|
||||
{
|
||||
@ -22,10 +22,4 @@ _change_pw()
|
||||
} &&
|
||||
complete -F _change_pw change_pw
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# mailman check_db completion
|
||||
# mailman check_db completion -*- shell-script -*-
|
||||
|
||||
_check_db()
|
||||
{
|
||||
@ -14,10 +14,4 @@ _check_db()
|
||||
} &&
|
||||
complete -F _check_db check_db
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# mailman check_perms completion
|
||||
# mailman check_perms completion -*- shell-script -*-
|
||||
|
||||
_check_perms()
|
||||
{
|
||||
@ -12,10 +12,4 @@ _check_perms()
|
||||
} &&
|
||||
complete -F _check_perms check_perms
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# chgrp(1) completion
|
||||
# chgrp(1) completion -*- shell-script -*-
|
||||
|
||||
_chgrp()
|
||||
{
|
||||
@ -37,10 +37,4 @@ _chgrp()
|
||||
} &&
|
||||
complete -F _chgrp chgrp
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# chkconfig(8) completion
|
||||
# chkconfig(8) completion -*- shell-script -*-
|
||||
|
||||
_chkconfig()
|
||||
{
|
||||
@ -30,10 +30,4 @@ _chkconfig()
|
||||
} &&
|
||||
complete -F _chkconfig chkconfig
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# chown(1) completion
|
||||
# chown(1) completion -*- shell-script -*-
|
||||
|
||||
_chown()
|
||||
{
|
||||
@ -43,10 +43,4 @@ _chown()
|
||||
} &&
|
||||
complete -F _chown chown
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# chpasswd(8) completion
|
||||
# chpasswd(8) completion -*- shell-script -*-
|
||||
|
||||
_chpasswd()
|
||||
{
|
||||
@ -26,10 +26,4 @@ _chpasswd()
|
||||
} &&
|
||||
complete -F _chpasswd chpasswd
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,3 +1,5 @@
|
||||
# chrpath(1) completion -*- shell-script -*-
|
||||
|
||||
_chrpath()
|
||||
{
|
||||
local cur prev words cword
|
||||
@ -22,10 +24,4 @@ _chrpath()
|
||||
} &&
|
||||
complete -F _chrpath chrpath
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# chsh(1) completion
|
||||
# chsh(1) completion -*- shell-script -*-
|
||||
|
||||
_chsh()
|
||||
{
|
||||
@ -25,10 +25,4 @@ _chsh()
|
||||
} &&
|
||||
complete -F _chsh chsh
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# cksfv completion by Chris <xris@forevermore.net>
|
||||
# cksfv completion by Chris <xris@forevermore.net> -*- shell-script -*-
|
||||
|
||||
_cksfv()
|
||||
{
|
||||
@ -26,10 +26,4 @@ _cksfv()
|
||||
} &&
|
||||
complete -F _cksfv cksfv
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# mailman cleanarch completion
|
||||
# mailman cleanarch completion -*- shell-script -*-
|
||||
|
||||
_cleanarch()
|
||||
{
|
||||
@ -13,10 +13,4 @@ _cleanarch()
|
||||
} &&
|
||||
complete -F _cleanarch cleanarch
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,3 +1,4 @@
|
||||
# -*- shell-script -*-
|
||||
# bash brogrammable completion for various Common Lisp implementations by
|
||||
# Nikodemus Siivola <nikodemus@random-state.net>
|
||||
|
||||
@ -19,10 +20,4 @@ _clisp()
|
||||
} &&
|
||||
complete -F _clisp -o default clisp
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# mailman clone_member completion
|
||||
# mailman clone_member completion -*- shell-script -*-
|
||||
|
||||
_clone_member()
|
||||
{
|
||||
@ -22,10 +22,4 @@ _clone_member()
|
||||
} &&
|
||||
complete -F _clone_member clone_member
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# bash complete completion
|
||||
# bash complete completion -*- shell-script -*-
|
||||
|
||||
_complete()
|
||||
{
|
||||
@ -47,10 +47,4 @@ _complete()
|
||||
} &&
|
||||
complete -F _complete compgen complete
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# mailman config_list completion
|
||||
# mailman config_list completion -*- shell-script -*-
|
||||
|
||||
_config_list()
|
||||
{
|
||||
@ -24,10 +24,4 @@ _config_list()
|
||||
} &&
|
||||
complete -F _config_list config_list
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
8
completions/configure
vendored
8
completions/configure
vendored
@ -1,4 +1,4 @@
|
||||
# bash completion for configure
|
||||
# bash completion for configure -*- shell-script -*-
|
||||
|
||||
_configure()
|
||||
{
|
||||
@ -39,10 +39,4 @@ _configure()
|
||||
} &&
|
||||
complete -F _configure configure
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# bash completion for ImageMagick
|
||||
# bash completion for ImageMagick -*- shell-script -*-
|
||||
|
||||
_ImageMagick()
|
||||
{
|
||||
@ -325,10 +325,4 @@ _stream()
|
||||
} &&
|
||||
complete -F _stream stream
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# bash completion for cowsay
|
||||
# bash completion for cowsay -*- shell-script -*-
|
||||
|
||||
_cowsay()
|
||||
{
|
||||
@ -19,10 +19,4 @@ _cowsay()
|
||||
} &&
|
||||
complete -F _cowsay -o default cowsay cowthink
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# bash completion for cpan2dist
|
||||
# bash completion for cpan2dist -*- shell-script -*-
|
||||
|
||||
_cpan2dist()
|
||||
{
|
||||
@ -34,10 +34,4 @@ _cpan2dist()
|
||||
} &&
|
||||
complete -F _cpan2dist -o default cpan2dist
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# bash completion for cpio
|
||||
# bash completion for cpio -*- shell-script -*-
|
||||
|
||||
_cpio_format()
|
||||
{
|
||||
@ -88,10 +88,4 @@ _cpio()
|
||||
} &&
|
||||
complete -F _cpio cpio
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# bash completion for cppcheck(1)
|
||||
# bash completion for cppcheck(1) -*- shell-script -*-
|
||||
|
||||
_cppcheck()
|
||||
{
|
||||
@ -57,10 +57,4 @@ _cppcheck()
|
||||
} &&
|
||||
complete -F _cppcheck cppcheck
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# crontab(1) completion
|
||||
# crontab(1) completion -*- shell-script -*-
|
||||
|
||||
_crontab()
|
||||
{
|
||||
@ -45,10 +45,4 @@ _crontab()
|
||||
} &&
|
||||
complete -F _crontab crontab
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# bash completion for cryptsetup
|
||||
# bash completion for cryptsetup -*- shell-script -*-
|
||||
|
||||
_cryptsetup_name()
|
||||
{
|
||||
@ -103,10 +103,4 @@ _cryptsetup()
|
||||
} &&
|
||||
complete -F _cryptsetup cryptsetup
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,3 +1,5 @@
|
||||
# curl(1) completion -*- shell-script -*-
|
||||
|
||||
_curl()
|
||||
{
|
||||
local cur prev words cword
|
||||
@ -80,10 +82,4 @@ _curl()
|
||||
} &&
|
||||
complete -F _curl curl
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# cvs(1) completion
|
||||
# cvs(1) completion -*- shell-script -*-
|
||||
|
||||
_cvs_entries()
|
||||
{
|
||||
@ -387,10 +387,4 @@ _cvs()
|
||||
} &&
|
||||
complete -F _cvs cvs
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# bash completion for cvsps
|
||||
# bash completion for cvsps -*- shell-script -*-
|
||||
|
||||
_cvsps()
|
||||
{
|
||||
@ -55,10 +55,4 @@ _cvsps()
|
||||
} &&
|
||||
complete -F _cvsps cvsps
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# bash completion for dd
|
||||
# bash completion for dd -*- shell-script -*-
|
||||
|
||||
_dd()
|
||||
{
|
||||
@ -27,10 +27,4 @@ _dd()
|
||||
} &&
|
||||
complete -F _dd -o nospace dd
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# bash completion for dhclient
|
||||
# bash completion for dhclient -*- shell-script -*-
|
||||
|
||||
_dhclient()
|
||||
{
|
||||
@ -25,10 +25,4 @@ _dhclient()
|
||||
} &&
|
||||
complete -F _dhclient dhclient
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# dict(1) completion
|
||||
# dict(1) completion -*- shell-script -*-
|
||||
|
||||
_dictdata()
|
||||
{
|
||||
@ -59,10 +59,4 @@ _dict()
|
||||
} &&
|
||||
complete -F _dict -o default dict rdict
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# dmesg(1) completion
|
||||
# dmesg(1) completion -*- shell-script -*-
|
||||
|
||||
_dmesg()
|
||||
{
|
||||
@ -24,10 +24,4 @@ _dmesg()
|
||||
} &&
|
||||
complete -F _dmesg dmesg
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# dnsspoof completion
|
||||
# dnsspoof completion -*- shell-script -*-
|
||||
|
||||
_dnsspoof()
|
||||
{
|
||||
@ -23,10 +23,4 @@ _dnsspoof()
|
||||
} &&
|
||||
complete -F _dnsspoof dnsspoof
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# dot(1) completion
|
||||
# dot(1) completion -*- shell-script -*-
|
||||
|
||||
_dot()
|
||||
{
|
||||
@ -42,10 +42,4 @@ _dot()
|
||||
} &&
|
||||
complete -F _dot dot
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# This function is required by _dpkg() and _dpkg-reconfigure()
|
||||
# This function is required by _dpkg and _dpkg-reconfigure -*- shell-script -*-
|
||||
|
||||
_have grep-status && {
|
||||
_comp_dpkg_installed_packages()
|
||||
@ -99,10 +99,4 @@ _dpkg_reconfigure()
|
||||
} &&
|
||||
complete -F _dpkg_reconfigure -o default dpkg-reconfigure
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Debian dpkg-source completion
|
||||
# Debian dpkg-source completion -*- shell-script -*-
|
||||
|
||||
_dpkg_source()
|
||||
{
|
||||
@ -104,10 +104,4 @@ _dpkg_source()
|
||||
} &&
|
||||
complete -F _dpkg_source dpkg-source
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Debian Linux dselect(8) completion.
|
||||
# Debian Linux dselect(8) completion -*- shell-script -*-
|
||||
|
||||
_dselect()
|
||||
{
|
||||
@ -28,10 +28,4 @@ _dselect()
|
||||
} &&
|
||||
complete -F _dselect dselect
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# dsniff completion
|
||||
# dsniff completion -*- shell-script -*-
|
||||
|
||||
_dsniff()
|
||||
{
|
||||
@ -23,10 +23,4 @@ _dsniff()
|
||||
} &&
|
||||
complete -F _dsniff dsniff
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# mailman dumpdb completion
|
||||
# mailman dumpdb completion -*- shell-script -*-
|
||||
|
||||
_dumpdb()
|
||||
{
|
||||
@ -15,10 +15,4 @@ _dumpdb()
|
||||
} &&
|
||||
complete -F _dumpdb dumpdb
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# dumpe2fs(8) completion
|
||||
# dumpe2fs(8) completion -*- shell-script -*-
|
||||
|
||||
_dumpe2fs()
|
||||
{
|
||||
@ -25,10 +25,4 @@ _dumpe2fs()
|
||||
} &&
|
||||
complete -F _dumpe2fs dumpe2fs
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# e2freefrag(8) completion
|
||||
# e2freefrag(8) completion -*- shell-script -*-
|
||||
|
||||
_e2freefrag()
|
||||
{
|
||||
@ -21,10 +21,4 @@ _e2freefrag()
|
||||
} &&
|
||||
complete -F _e2freefrag e2freefrag
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# e2label(8) completion
|
||||
# e2label(8) completion -*- shell-script -*-
|
||||
|
||||
_e2label()
|
||||
{
|
||||
@ -12,10 +12,4 @@ _e2label()
|
||||
} &&
|
||||
complete -F _e2label e2label
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# ether-wake(8) completion
|
||||
# ether-wake(8) completion -*- shell-script -*-
|
||||
|
||||
_ether_wake()
|
||||
{
|
||||
@ -24,10 +24,4 @@ _ether_wake()
|
||||
} &&
|
||||
complete -F _ether_wake ether-wake
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,3 +1,5 @@
|
||||
# evince(1) completion -*- shell-script -*-
|
||||
|
||||
_evince()
|
||||
{
|
||||
local cur prev words cword split
|
||||
@ -28,10 +30,4 @@ _evince()
|
||||
} &&
|
||||
complete -F _evince evince
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,11 +1,5 @@
|
||||
# Slackware Linux explodepkg completion
|
||||
# Slackware Linux explodepkg completion -*- shell-script -*-
|
||||
|
||||
complete -o plusdirs -f -X '!*.t[bglx]z' explodepkg
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# bash export completion
|
||||
# bash export completion -*- shell-script -*-
|
||||
|
||||
_export()
|
||||
{
|
||||
@ -22,10 +22,4 @@ _export()
|
||||
} &&
|
||||
complete -F _export -o default -o nospace export
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# faillog(8) completion
|
||||
# faillog(8) completion -*- shell-script -*-
|
||||
|
||||
_faillog()
|
||||
{
|
||||
@ -25,10 +25,4 @@ _faillog()
|
||||
} &&
|
||||
complete -F _faillog faillog
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# bash completion for fbgs(1)
|
||||
# bash completion for fbgs(1) -*- shell-script -*-
|
||||
|
||||
_fbgs()
|
||||
{
|
||||
@ -36,10 +36,4 @@ _fbgs()
|
||||
_filedir '?(e)ps|pdf'
|
||||
} && complete -F _fbgs fbgs
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# bash completion for fbi(1)
|
||||
# bash completion for fbi(1) -*- shell-script -*-
|
||||
|
||||
_fbi()
|
||||
{
|
||||
@ -51,10 +51,4 @@ _fbi()
|
||||
_filedir 'bmp|gif|jp?(e)g|pcd|png|p[pgb]m|tif?(f)|webp|xpm|xwd|?(e)ps|pdf|dvi|txt|svg?(z)'
|
||||
} && complete -F _fbi fbi
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# bash completion for feh(1)
|
||||
# bash completion for feh(1) -*- shell-script -*-
|
||||
|
||||
_feh()
|
||||
{
|
||||
@ -116,10 +116,4 @@ _feh()
|
||||
_filedir 'xpm|tif?(f)|png|p[npgba]m|iff|?(i)lbm|jp?(e)g|jfi?(f)|gif|bmp|arg?(b)|tga|xcf|ani|ico'
|
||||
} && complete -F _feh feh
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,3 +1,5 @@
|
||||
# file(1) completion -*- shell-script -*-
|
||||
|
||||
_file()
|
||||
{
|
||||
local cur prev words cword
|
||||
@ -27,10 +29,4 @@ _file()
|
||||
} &&
|
||||
complete -F _file file
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# filefrag(8) completion
|
||||
# filefrag(8) completion -*- shell-script -*-
|
||||
|
||||
_filefrag()
|
||||
{
|
||||
@ -14,10 +14,4 @@ _filefrag()
|
||||
} &&
|
||||
complete -F _filefrag filefrag
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# filesnarf etc completion
|
||||
# filesnarf etc completion -*- shell-script -*-
|
||||
|
||||
_snarf()
|
||||
{
|
||||
@ -19,10 +19,4 @@ _snarf()
|
||||
} &&
|
||||
complete -F _snarf filesnarf mailsnarf msgsnarf
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,6 +1,6 @@
|
||||
# bash completion for GNU find. This makes heavy use of ksh style extended
|
||||
# globs and contains Linux specific code for completing the parameter
|
||||
# to the -fstype option.
|
||||
# bash completion for GNU find -*- shell-script -*-
|
||||
# This makes heavy use of ksh style extended globs and contains Linux specific
|
||||
# code for completing the parameter to the -fstype option.
|
||||
|
||||
_find()
|
||||
{
|
||||
@ -113,10 +113,4 @@ _find()
|
||||
} &&
|
||||
complete -F _find find
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# mailman find_member completion
|
||||
# mailman find_member completion -*- shell-script -*-
|
||||
|
||||
_find_member()
|
||||
{
|
||||
@ -22,10 +22,4 @@ _find_member()
|
||||
} &&
|
||||
complete -F _find_member find_member
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# freeciv client completions
|
||||
# freeciv client completions -*- shell-script -*-
|
||||
|
||||
_civclient()
|
||||
{
|
||||
@ -27,10 +27,4 @@ _civclient()
|
||||
} &&
|
||||
complete -F _civclient civclient freeciv-gtk2 freeciv-sdl freeciv-xaw
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# freeciv-server completion
|
||||
# freeciv-server completion -*- shell-script -*-
|
||||
|
||||
_civserver()
|
||||
{
|
||||
@ -19,10 +19,4 @@ _civserver()
|
||||
} &&
|
||||
complete -F _civserver civserver freeciv-server
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# bash shell function completion
|
||||
# bash shell function completion -*- shell-script -*-
|
||||
|
||||
_function()
|
||||
{
|
||||
@ -19,10 +19,4 @@ _function()
|
||||
} &&
|
||||
complete -F _function function declare typeset
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# fusermount completion
|
||||
# fusermount completion -*- shell-script -*-
|
||||
|
||||
_fusermount()
|
||||
{
|
||||
@ -25,10 +25,4 @@ _fusermount()
|
||||
} &&
|
||||
complete -F _fusermount fusermount
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# gcc(1) completion
|
||||
# gcc(1) completion -*- shell-script -*-
|
||||
#
|
||||
# The only unusual feature is that we don't parse "gcc --help -v" output
|
||||
# directly, because that would include the options of all the other backend
|
||||
@ -51,10 +51,4 @@ complete -F _gcc gcc g++ c++ g77 gcj gpc
|
||||
[[ $OSTYPE == *cygwin* ]] || _userland GNU && _have gcc && \
|
||||
complete -F _gcc cc || :
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,3 +1,4 @@
|
||||
# -*- shell-script -*-
|
||||
# bash programmable completion for various Common Lisp implementations by
|
||||
# Nikodemus Siivola <nikodemus@random-state.net>
|
||||
|
||||
@ -18,10 +19,4 @@ _gcl()
|
||||
} &&
|
||||
complete -F _gcl -o default gcl
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# bash completion for gdb
|
||||
# bash completion for gdb -*- shell-script -*-
|
||||
|
||||
_gdb()
|
||||
{
|
||||
@ -34,10 +34,4 @@ _gdb()
|
||||
} &&
|
||||
complete -F _gdb gdb
|
||||
|
||||
# Local variables:
|
||||
# mode: shell-script
|
||||
# sh-basic-offset: 4
|
||||
# sh-indent-comment: t
|
||||
# indent-tabs-mode: nil
|
||||
# End:
|
||||
# ex: ts=4 sw=4 et filetype=sh
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user