Add aws autocompletion at .zshrc

This commit is contained in:
Daniel Carrillo 2019-10-24 19:51:55 +02:00
parent 404ce6eab6
commit f0193ba1ab
1 changed files with 4 additions and 0 deletions

4
.zshrc
View File

@ -62,3 +62,7 @@ bindkey '^H' fzf-file-widget-hidden
if [ -z $SSH_AUTH_SOCK ] && [ -S "${XDG_RUNTIME_DIR}/ssh-agent.socket" ]; then
export SSH_AUTH_SOCK="${XDG_RUNTIME_DIR}/ssh-agent.socket"
fi
# Autocompletion
source /usr/bin/aws_zsh_completer.sh