From 77eace0864339be3ce851fe98a98015594f171bf Mon Sep 17 00:00:00 2001 From: PorridgePi Date: Sun, 21 Nov 2021 19:04:35 +0800 Subject: [PATCH] zsh: feat: Add zsh-autosuggestions to zshrc --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index 9376b7d..7d2cf58 100644 --- a/.zshrc +++ b/.zshrc @@ -57,5 +57,8 @@ bindkey '^[[A' history-substring-search-up bindkey '^[[B' history-substring-search-down export HISTORY_SUBSTRING_SEARCH_ENSURE_UNIQUE=true +# zsh-autosuggestions +zinit light zsh-users/zsh-autosuggestions + # zsh-syntax-highlighting zinit light zsh-users/zsh-syntax-highlighting