formatted awless completion and used helper function
This commit is contained in:
committed by
Noah Gorny
parent
ef110e167c
commit
b93ac7785c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user