From a9f2b370d01c4e30c7b5aa5712d67c564dc5d057 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Mon, 2 Oct 2017 11:24:16 +0200 Subject: [PATCH] Added autosuggestions --- zsh/.zpreztorc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zsh/.zpreztorc b/zsh/.zpreztorc index 0be4f87..041c9e9 100644 --- a/zsh/.zpreztorc +++ b/zsh/.zpreztorc @@ -37,11 +37,15 @@ zstyle ':prezto:load' pmodule \ 'fasd' \ 'pacman' \ 'git' \ + 'autosuggestions' \ 'syntax-highlighting' \ 'ssh' \ 'prompt' +zstyle ':prezto:module:autosuggestions' color 'yes' + + # # Syntax Highlighting #