diff options
| author | Grisha Shipunov | 2025-06-27 13:52:56 +0200 |
|---|---|---|
| committer | Grisha Shipunov | 2025-06-27 13:52:56 +0200 |
| commit | 75a3b75135cd04d22734a145b28253f66861c518 (patch) | |
| tree | 6ebeeb58ba03934f3f623e26f5f9634054fd3bcf /modules/basic-tools/zsh.nix | |
| parent | 1739cd90003dade8b99f407f3196fef1291ffe72 (diff) | |
remove shell color highlighting
Diffstat (limited to 'modules/basic-tools/zsh.nix')
| -rw-r--r-- | modules/basic-tools/zsh.nix | 1 |
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" |
