From f0193ba1ab7808a6f92f0b63a9859b819469366e Mon Sep 17 00:00:00 2001 From: dcarrillo Date: Thu, 24 Oct 2019 19:51:55 +0200 Subject: [PATCH] Add aws autocompletion at .zshrc --- .zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zshrc b/.zshrc index eacf0c6..7270524 100644 --- a/.zshrc +++ b/.zshrc @@ -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