From 62075444a05c8d11f3d7264fdf196fb61117b400 Mon Sep 17 00:00:00 2001 From: LordMathis Date: Thu, 28 Sep 2017 12:13:46 +0200 Subject: [PATCH] Add zsh-autosuggestions plugin --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index acdbb4f..821771e 100644 --- a/.zshrc +++ b/.zshrc @@ -13,6 +13,7 @@ antigen bundle command-not-found # Syntax highlighting bundle. antigen bundle zsh-users/zsh-syntax-highlighting +antigen bundle zsh-users/zsh-autosuggestions # Load the theme. antigen theme gentoo