summaryrefslogtreecommitdiff
path: root/modules/basic-tools
diff options
context:
space:
mode:
authorGrisha Shipunov2025-06-27 13:52:56 +0200
committerGrisha Shipunov2025-06-27 13:52:56 +0200
commit75a3b75135cd04d22734a145b28253f66861c518 (patch)
tree6ebeeb58ba03934f3f623e26f5f9634054fd3bcf /modules/basic-tools
parent1739cd90003dade8b99f407f3196fef1291ffe72 (diff)
remove shell color highlighting
Diffstat (limited to 'modules/basic-tools')
-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"