Set ZSH_AUTOSUGGEST_STRATEGY

This commit is contained in:
David Morgan 2023-01-17 13:19:44 +00:00
parent fe4e881156
commit fb42e8dfce
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 3 additions and 1 deletions

View File

@ -87,7 +87,9 @@ in
localVariables = {
PER_DIRECTORY_HISTORY_TOGGLE = "^\\\\"; # ^\\ is ^#
HISTORY_START_WITH_GLOBAL=true;
HISTORY_START_WITH_GLOBAL = true;
ZSH_AUTOSUGGEST_STRATEGY = ["history" "completion"];
NVM_AUTO_USE = true;
NVM_LAZY_LOAD = true;