From 0d04bb3798a4728f2ef719732aa9cda5b3307e4f Mon Sep 17 00:00:00 2001 From: Ein Verne Date: Mon, 11 Dec 2017 10:03:03 +0800 Subject: [PATCH] Add zsh autosuggestions Signed-off-by: Ein Verne --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 8f4984c..67460d8 100644 --- a/.zshrc +++ b/.zshrc @@ -72,6 +72,7 @@ plugins=( pip tmux web-search + zsh-autosuggestions ) source $ZSH/oh-my-zsh.sh