Files

7 lines
139 B
Plaintext
Raw Permalink Normal View History

2021-12-17 21:51:26 -05:00
#compdef aws
_aws () {
local e
e=$(dirname ${funcsourcetrace[1]%:*})/aws_zsh_completer.sh
if [[ -f $e ]]; then source $e; fi
}