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

6 lines
122 B
Bash

# shellcheck shell=bash
if _command_exists awless; then
# shellcheck disable=SC1090
source <(awless completion bash)
fi