feat: add completion strategy to zsh.autosuggestion

This commit is contained in:
EinEtwas 2024-10-22 00:15:17 +02:00
parent b356565844
commit 503b539aa5

View file

@ -13,6 +13,7 @@
autosuggestion = {
enable = true;
strategy = [ "history" "completion" ];
};
history = {