Fix zsh deprecation warning: replace initExtra with initContent
This commit is contained in:
parent
4b91870bfb
commit
153134503d
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
enableCompletion = false; # enabled in oh-my-zsh
|
enableCompletion = false; # enabled in oh-my-zsh
|
||||||
autosuggestion.enable = true;
|
autosuggestion.enable = true;
|
||||||
initExtra = ''
|
initContent = ''
|
||||||
test -f ~/.dir_colors && eval $(dircolors ~/.dir_colors)
|
test -f ~/.dir_colors && eval $(dircolors ~/.dir_colors)
|
||||||
'';
|
'';
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue