From a7aefc46ffaae16c7d9b02f7a157e688abcc5b21 Mon Sep 17 00:00:00 2001 From: Daniel Carrillo Date: Sat, 23 Jan 2021 19:38:50 +0100 Subject: [PATCH] [.zshrc] Remove custom autocompletion --- .zshrc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.zshrc b/.zshrc index 4dc5608..afbe693 100644 --- a/.zshrc +++ b/.zshrc @@ -105,9 +105,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 + +autoload -U compinit && compinit # custom device