feat(zsh): set autosuggestion color to dark gray
This commit is contained in:
parent
4884815c1f
commit
a68b824f9c
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
history.size = 10000;
|
history.size = 10000;
|
||||||
|
|
||||||
|
sessionVariables = {
|
||||||
|
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE = "fg=10";
|
||||||
|
};
|
||||||
|
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
ls = "exa --group-directories-first --git";
|
ls = "exa --group-directories-first --git";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue