6 lines
122 B
Bash
6 lines
122 B
Bash
|
# shellcheck shell=bash
|
||
|
if _command_exists awless; then
|
||
|
# shellcheck disable=SC1090
|
||
|
source <(awless completion bash)
|
||
|
fi
|