cleanup
This commit is contained in:
parent
ddbc24a33f
commit
ddd00d7844
16 changed files with 121 additions and 91 deletions
|
@ -1,3 +1,5 @@
|
|||
# vim: ft=bash
|
||||
|
||||
function _ddev() {
|
||||
cache="/tmp/${FUNCNAME[0]}"
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# vim: ft=bash
|
||||
|
||||
function _gi() {
|
||||
cache="/tmp/${FUNCNAME[0]}"
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# vim: ft=bash
|
||||
|
||||
function _kctx() {
|
||||
[ "$COMP_CWORD" -ne 1 ] && return
|
||||
mapfile -t COMPREPLY < <(compgen -W \
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# vim: ft=bash
|
||||
|
||||
function _kns() {
|
||||
[ "$COMP_CWORD" -ne 1 ] && return
|
||||
mapfile -t COMPREPLY < <(compgen -W \
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
. /usr/share/bash-completion/completions/pacman
|
||||
complete -F _pacman pac
|
Loading…
Add table
Add a link
Reference in a new issue