mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
fix(zsh.nix): apparently suggesting the autocomplete strategy doesn't work on Nix :p
This commit is contained in:
parent
b3f1bd4b28
commit
e34c2cbb7f
1 changed files with 0 additions and 1 deletions
|
|
@ -17,7 +17,6 @@
|
|||
LANG = "en_US.UTF-8";
|
||||
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE = "fg=#808080";
|
||||
ZSH_AUTOSUGGEST_USE_ASYNC = 1;
|
||||
ZSH_AUTOSUGGEST_STRATEGY = "(match_prev_cmd history completion)";
|
||||
};
|
||||
|
||||
shellAliases = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue