update autocompletion option for zsh

This commit is contained in:
Adithya 2023-07-01 11:49:27 +05:30
parent d15c258360
commit f8d0183662
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

@ -8,7 +8,7 @@
defaultKeymap = "viins";
enableAutosuggestions = true;
enableCompletion = true;
enableSyntaxHighlighting = true;
syntaxHighlighting.enable = true;
history = {
expireDuplicatesFirst = true;
extended = true;