Regenerated

This commit is contained in:
2026-03-26 19:27:56 +00:00
parent 961851501c
commit da79e7275d
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1139,8 +1139,8 @@ in
autosuggestions.enable = true; autosuggestions.enable = true;
syntaxHighlighting.enable = true; syntaxHighlighting.enable = true;
# Instead of dotDir, just set ZDOTDIR and source generated file # Use initExtra instead of non-existent extraConfig
extraConfig = '' initExtra = ''
# Tell Zsh to use ~/.config/zsh as main config dir # Tell Zsh to use ~/.config/zsh as main config dir
export ZDOTDIR="$HOME/.config/zsh" export ZDOTDIR="$HOME/.config/zsh"
@@ -26,8 +26,8 @@ in
autosuggestions.enable = true; autosuggestions.enable = true;
syntaxHighlighting.enable = true; syntaxHighlighting.enable = true;
# Instead of dotDir, just set ZDOTDIR and source generated file # Use initExtra instead of non-existent extraConfig
extraConfig = '' initExtra = ''
# Tell Zsh to use ~/.config/zsh as main config dir # Tell Zsh to use ~/.config/zsh as main config dir
export ZDOTDIR="$HOME/.config/zsh" export ZDOTDIR="$HOME/.config/zsh"