From 6a36ab460e7072b66c107834c1efb99c9d639ff8 Mon Sep 17 00:00:00 2001 From: David Todd Date: Fri, 24 May 2019 12:59:09 -0500 Subject: [PATCH] Add AWS-CLI completion --- shell/zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shell/zshrc b/shell/zshrc index bf39c5f..07a13a1 100644 --- a/shell/zshrc +++ b/shell/zshrc @@ -73,7 +73,8 @@ plugins=(git \ virtualenvwrapper \ catimg \ fancy-ctrl-z \ - emoji) + emoji \ + aws) # Load oh-my-zsh source $ZSH/oh-my-zsh.sh