From 3506f405d38eb66e2e7acca49ee9175f8f51cdd0 Mon Sep 17 00:00:00 2001 From: Christian Baer Date: Sun, 3 Nov 2024 18:18:57 +0100 Subject: [PATCH] ZSH: Add config for autosuggestions --- .config/zsh/conf.d/30-plugin-autosuggestions.zsh | 1 + 1 file changed, 1 insertion(+) create mode 100644 .config/zsh/conf.d/30-plugin-autosuggestions.zsh diff --git a/.config/zsh/conf.d/30-plugin-autosuggestions.zsh b/.config/zsh/conf.d/30-plugin-autosuggestions.zsh new file mode 100644 index 0000000..4d9158b --- /dev/null +++ b/.config/zsh/conf.d/30-plugin-autosuggestions.zsh @@ -0,0 +1 @@ +ZSH_AUTOSUGGEST_STRATEGY=(history completion) \ No newline at end of file