fix(zsh.nix): apparently suggesting the autocomplete strategy doesn't work on Nix :p

This commit is contained in:
Ahwx 2024-07-01 11:18:59 +02:00
parent b3f1bd4b28
commit e34c2cbb7f

View file

@ -17,7 +17,6 @@
LANG = "en_US.UTF-8"; LANG = "en_US.UTF-8";
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE = "fg=#808080"; ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE = "fg=#808080";
ZSH_AUTOSUGGEST_USE_ASYNC = 1; ZSH_AUTOSUGGEST_USE_ASYNC = 1;
ZSH_AUTOSUGGEST_STRATEGY = "(match_prev_cmd history completion)";
}; };
shellAliases = { shellAliases = {