From e2b7d1f00e60918cb76cd59ce7de921c0242f8ae Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sun, 19 Sep 2021 22:34:18 -0400 Subject: [PATCH] fix: kitty integration --- users/profiles/shells/zsh.nix | 3 +++ 1 file changed, 3 insertions(+) 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 = {