This commit is contained in:
ange 2025-01-30 13:55:36 +00:00
parent ddbc24a33f
commit ddd00d7844
Signed by: ange
GPG key ID: 9E0C4157BB7BEB1D
16 changed files with 121 additions and 91 deletions

View file

@ -1,3 +1,5 @@
# vim: ft=bash
function _ddev() {
cache="/tmp/${FUNCNAME[0]}"

View file

@ -1,3 +1,5 @@
# vim: ft=bash
function _gi() {
cache="/tmp/${FUNCNAME[0]}"

View file

@ -1,3 +1,5 @@
# vim: ft=bash
function _kctx() {
[ "$COMP_CWORD" -ne 1 ] && return
mapfile -t COMPREPLY < <(compgen -W \

View file

@ -1,3 +1,5 @@
# vim: ft=bash
function _kns() {
[ "$COMP_CWORD" -ne 1 ] && return
mapfile -t COMPREPLY < <(compgen -W \

View file

@ -1,2 +0,0 @@
. /usr/share/bash-completion/completions/pacman
complete -F _pacman pac