formatted awless completion and used helper function
parent
f71d76990a
commit
500b70d787
|
|
@ -1 +1,4 @@
|
||||||
[[ -x "$(which awless)" ]] && source <(awless completion bash)
|
if _command_exists awless
|
||||||
|
then
|
||||||
|
source <(awless completion bash)
|
||||||
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue