Fix deprecated field
This commit is contained in:
parent
c47f5c0a04
commit
8f964088fc
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
autosuggestion.enable = true;
|
autosuggestion.enable = true;
|
||||||
initExtra = builtins.readFile ../config/zsh/zshrc;
|
initContent = builtins.readFile ../config/zsh/zshrc;
|
||||||
syntaxHighlighting.enable = true;
|
syntaxHighlighting.enable = true;
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
ls = "ls --color=auto -F";
|
ls = "ls --color=auto -F";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue