feat(zsh): set autosuggestion color to dark gray
parent
4884815c1f
commit
a68b824f9c
|
@ -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…
Reference in New Issue