tb-dotfiles/chezmoi/dot_zshrc.d/executable_aws.zsh
2022-04-22 10:06:53 -04:00

4 lines
97 B
Bash

if command -v aws_completer &> /dev/null; then
complete -C "$(command -v aws_completer)" aws
fi