formatted awless completion and used helper function

This commit is contained in:
Gurkirat Singh
2021-01-10 19:20:06 +05:30
committed by Noah Gorny
parent ef110e167c
commit b93ac7785c
2 changed files with 6 additions and 1 deletions

View File

@@ -1 +1,5 @@
[[ -x "$(which awless)" ]] && source <(awless completion bash)
# shellcheck shell=bash
if _command_exists awless; then
# shellcheck disable=SC1090
source <(awless completion bash)
fi