diff --git a/users/profiles/shells/zsh.nix b/users/profiles/shells/zsh.nix index 213c963..423dce8 100644 --- a/users/profiles/shells/zsh.nix +++ b/users/profiles/shells/zsh.nix @@ -6,6 +6,9 @@ enableCompletion = true; enableVteIntegration = true; + initExtra = '' + kitty + complete setup zsh | source /dev/stdin + ''; # autosuggestions.enable = true; # syntaxHighlighting = {