From 57622ba17e8bab9f7f54ece306517bfa1b654170 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sun, 19 Sep 2021 17:52:49 -0400 Subject: [PATCH] style: remove commented out option --- users/profiles/shells/zsh.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/users/profiles/shells/zsh.nix b/users/profiles/shells/zsh.nix index 8591460..c379735 100644 --- a/users/profiles/shells/zsh.nix +++ b/users/profiles/shells/zsh.nix @@ -4,7 +4,6 @@ enable = true; enableCompletion = true; - # enableSyntaxHighlighting = true; enableVteIntegration = true; autosuggestions.enable = true;