about summary refs log tree commit diff stats
path: root/nix-conf/home/includes
diff options
context:
space:
mode:
Diffstat (limited to 'nix-conf/home/includes')
-rw-r--r--nix-conf/home/includes/zsh.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/nix-conf/home/includes/zsh.nix b/nix-conf/home/includes/zsh.nix
index fc39509..cc79fb9 100644
--- a/nix-conf/home/includes/zsh.nix
+++ b/nix-conf/home/includes/zsh.nix
@@ -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;