remove shell color highlighting

This commit is contained in:
Grisha Shipunov 2025-06-27 13:52:56 +02:00
parent 1739cd9000
commit 75a3b75135

View file

@ -15,7 +15,6 @@
programs.zsh = {
enable = true;
enableCompletion = true;
syntaxHighlighting.enable = true;
interactiveShellInit = ''
bindkey -e
export HISTFILE="$HOME/.zsh_history"