Fix zsh deprecation warning: replace initExtra with initContent

This commit is contained in:
Julian Sutter 2025-07-18 22:44:31 -07:00
parent 4b91870bfb
commit 153134503d

View file

@ -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 = {