From 80a47fbbccbbdcd7d80d7f44bf42880b439e0710 Mon Sep 17 00:00:00 2001 From: dcarrillo Date: Sat, 1 Aug 2020 16:06:49 +0200 Subject: [PATCH] [.zshrc] Add compinit --- .zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 7fd949c..1ba16e4 100644 --- a/.zshrc +++ b/.zshrc @@ -99,7 +99,8 @@ if [ -z $SSH_AUTH_SOCK ] && [ -S "${XDG_RUNTIME_DIR}/ssh-agent.socket" ]; then fi # Autocompletion - +autoload -U compinit +compinit source /usr/bin/aws_zsh_completer.sh # custom device