From 6f063beb805a021750633a0b844b638790ef530c Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sun, 19 Sep 2021 22:34:26 -0400 Subject: [PATCH] feat: enable missing zsh features --- users/profiles/shells/zsh.nix | 2 ++ 1 file changed, 2 insertions(+) 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