6 lines
140 B
Bash
6 lines
140 B
Bash
# shellcheck shell=bash
|
|
if _command_exists kontena; then
|
|
# shellcheck disable=SC1090
|
|
source "$(kontena whoami --bash-completion-path)"
|
|
fi
|