From 8e4842dd756ac2710cd8d871db7893cea770c51e Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 7 Feb 2021 16:16:58 +0100 Subject: .zshrc: Set autosuggestion strategy .zshrc: Set the zsh-autosuggestions strategy to be only based on the history of used commands. --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 7c71272..5c564de 100644 --- a/.zshrc +++ b/.zshrc @@ -404,6 +404,7 @@ for p in ${autosuggestions}; do source "$p" fi done +ZSH_AUTOSUGGEST_STRATEGY=('history') # syntax-highlighting syntax_highlighting=( "/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" -- cgit v1.2.3-54-g00ecf