mirror of
https://codeberg.org/cage/tinmop/
synced 2024-12-19 23:33:03 +01:00
- removed shebang from completion script, was wrong anyway.
This commit is contained in:
parent
5a0757e365
commit
fc31ba5ac7
@ -1,4 +1,5 @@
|
|||||||
#/usr/bin/env bash
|
# bash completion for tinmop -*- shell-script -*-
|
||||||
|
|
||||||
_tinmop_completions() {
|
_tinmop_completions() {
|
||||||
COMPREPLY=($(COMP_WORDS="${COMP_WORDS[*]}" \
|
COMPREPLY=($(COMP_WORDS="${COMP_WORDS[*]}" \
|
||||||
COMP_CWORD=$COMP_CWORD \
|
COMP_CWORD=$COMP_CWORD \
|
||||||
|
Loading…
Reference in New Issue
Block a user