6 lines
114 B
Plaintext
Raw Normal View History

#!/bin/bash
2024-07-29 08:18:56 +00:00
if (command -v aws && command -v aws_completer) &>/dev/null; then
complete -C aws_completer aws
fi