diff options
Diffstat (limited to 'modules/basic-tools')
| -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" |
