🗑️ (neodymium/home) replace deprecated zsh instruction
This commit is contained in:
parent
583bad5e21
commit
2565e8446b
|
@ -2,7 +2,7 @@
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableAutosuggestions = true;
|
enableAutosuggestions = true;
|
||||||
enableSyntaxHighlighting = true;
|
syntaxHighlighting.enable = true;
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
VISUAL = "micro";
|
VISUAL = "micro";
|
||||||
|
|
Loading…
Reference in a new issue