dotfiles/.bash_it/completion/available/kontena.completion.bash
2022-02-27 20:00:49 +01:00

6 lines
140 B
Bash

# shellcheck shell=bash
if _command_exists kontena; then
# shellcheck disable=SC1090
source "$(kontena whoami --bash-completion-path)"
fi