Files
config-bash/completion.d/tea
Xavier Logerais ea9139f77f feat(completion): Add autocompletion for tea
`tea` is the command line tool for Gitea.
2025-10-02 22:41:47 +02:00

6 lines
85 B
Bash

#!/bin/bash
if (command -v tea &>/dev/null); then
source <(tea completion bash)
fi