summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/basic-tools/zsh.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/basic-tools/zsh.nix b/modules/basic-tools/zsh.nix
index 91c6292..8e47207 100644
--- a/modules/basic-tools/zsh.nix
+++ b/modules/basic-tools/zsh.nix
@@ -15,7 +15,6 @@
programs.zsh = {
enable = true;
enableCompletion = true;
- syntaxHighlighting.enable = true;
interactiveShellInit = ''
bindkey -e
export HISTFILE="$HOME/.zsh_history"