From 3c7aee7d9a1d995fb83eeb0c370fd4dedb707236 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sun, 26 Sep 2021 22:17:09 -0400 Subject: [PATCH] style: remove unnecessary comment block --- users/profiles/shells/zsh.nix | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/users/profiles/shells/zsh.nix b/users/profiles/shells/zsh.nix index 0645a88..f3b9abe 100644 --- a/users/profiles/shells/zsh.nix +++ b/users/profiles/shells/zsh.nix @@ -13,17 +13,6 @@ initExtra = '' kitty + complete setup zsh | source /dev/stdin ''; - # autosuggestions.enable = true; - - # syntaxHighlighting = { - # enable = true; - # highlighters = [ "main" "brackets" "pattern" "cursor" ]; - # patterns = { - # "rm -rf *" = "fg=white,bold,bg=red"; - # }; - # }; - - # zsh-autoenv.enable = true; dotDir = ".config/zsh";