From b1e97c3682ef2cc64b29e7797e78724cbcf46402 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Wed, 19 Dec 2018 13:16:52 +0100 Subject: [PATCH] Add zsh plugins for autocompletion and suggestions --- .zshrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index b092a47..62b8fc1 100644 --- a/.zshrc +++ b/.zshrc @@ -65,7 +65,9 @@ ZSH_THEME="powerlevel9k/powerlevel9k" plugins=( git, colored-man-pages, - zsh-syntax-highlighting + zsh-syntax-highlighting, + zsh-autosuggestions, + zsh-completions ) source $ZSH/oh-my-zsh.sh