summaryrefslogtreecommitdiff
path: root/bash_completion.in
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-11-25 20:31:37 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-11-25 20:31:37 -0500
commitf6bc9735151836a83e10c230aa77d0da7dc7b36a (patch)
treed8db3356c0ab254948bc265d6a784353c304a646 /bash_completion.in
parent3699321904570c1a775d650f399f31e347defa48 (diff)
Delete stuff Parabola doesn't use
Diffstat (limited to 'bash_completion.in')
-rw-r--r--bash_completion.in29
1 files changed, 1 insertions, 28 deletions
diff --git a/bash_completion.in b/bash_completion.in
index cd959fc..33e232a 100644
--- a/bash_completion.in
+++ b/bash_completion.in
@@ -1,31 +1,4 @@
-_devtools_compgen() {
- local i r
- COMPREPLY=($(compgen -W '$*' -- "$cur"))
- for ((i=1; i < ${#COMP_WORDS[@]}-1; i++)); do
- for r in ${!COMPREPLY[@]}; do
- if [[ ${COMP_WORDS[i]} = ${COMPREPLY[r]} ]]; then
- unset 'COMPREPLY[r]'; break
- fi
- done
- done
-}
-
-_archco_pkg() {
- _devtools_compgen "$(
- \pacman -$1
- )"
-}
-
-_archco() {
- local cur prev
- COMPREPLY=()
- cur=$(_get_cword)
- prev=${COMP_WORDS[COMP_CWORD-1]}
-
- _archco_pkg Slq
- true
-} &&
-complete -F _archco archco communityco
+#!/bin/bash
_makechrootpkg() {
local cur