From cecff82b8fe40233c7a73f2ea45ee63d2be6320c Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 12 Jun 2025 17:06:10 -0400 Subject: [PATCH] shells/zsh: initExtra -> initContent --- users/modules/global/shells/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/modules/global/shells/zsh.nix b/users/modules/global/shells/zsh.nix index d2a301a..5a0ed18 100644 --- a/users/modules/global/shells/zsh.nix +++ b/users/modules/global/shells/zsh.nix @@ -17,7 +17,7 @@ # [[ $TERM == "tramp" ]] && unsetopt zle && PS1='$ ' && return #''; - initExtra = '' + initContent = '' ${pkgs.kitty}/bin/kitty + complete setup zsh | source /dev/stdin ${pkgs.any-nix-shell}/bin/any-nix-shell zsh --info-right | source /dev/stdin