mirror of https://github.com/materusPL/Nixerus.git
home-profile: update zsh setting
This commit is contained in:
parent
3a3a43c4b7
commit
be0e3ab303
|
@ -22,7 +22,7 @@ in
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableAutosuggestions = true;
|
enableAutosuggestions = true;
|
||||||
enableSyntaxHighlighting = true;
|
syntaxHighlighting.enable = true;
|
||||||
enableVteIntegration = true;
|
enableVteIntegration = true;
|
||||||
historySubstringSearch.enable = true;
|
historySubstringSearch.enable = true;
|
||||||
historySubstringSearch.searchUpKey = ";5A";
|
historySubstringSearch.searchUpKey = ";5A";
|
||||||
|
|
Loading…
Reference in New Issue