mirror of
https://codeberg.org/cage/tinmop/
synced 2024-12-18 23:22:52 +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() {
|
||||
COMPREPLY=($(COMP_WORDS="${COMP_WORDS[*]}" \
|
||||
COMP_CWORD=$COMP_CWORD \
|
||||
|
Loading…
Reference in New Issue
Block a user