diff --git a/users/profiles/shells/zsh.nix b/users/profiles/shells/zsh.nix index 423dce8..00aae66 100644 --- a/users/profiles/shells/zsh.nix +++ b/users/profiles/shells/zsh.nix @@ -5,6 +5,8 @@ enableCompletion = true; enableVteIntegration = true; + enableAutosuggestions = true; + enableSyntaxHighlighting = true; initExtra = '' kitty + complete setup zsh | source /dev/stdin