From 38d4b1b13244dcc6b646291ff70297436cbccddc Mon Sep 17 00:00:00 2001 From: Beppe Vanrolleghem Date: Tue, 10 Mar 2020 12:10:14 +0100 Subject: [PATCH] autocomplete fix --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 7f8b0d1..cf19105 100644 --- a/.zshrc +++ b/.zshrc @@ -1,5 +1,5 @@ zmodload zsh/zprof -plugins=(git kubectl zsh-autosuggestion) +plugins=(git kubectl zsh-autosuggestions) # If you come from bash you might have to change your $PATH. # export PATH=$HOME/bin:/usr/local/bin:$PATH