fix: disable environment-based options

This commit is contained in:
Infinidoge 2021-09-19 22:07:02 -04:00
parent 87e21a869b
commit 798193bc0b

View file

@ -6,17 +6,17 @@
enableCompletion = true; enableCompletion = true;
enableVteIntegration = true; enableVteIntegration = true;
autosuggestions.enable = true; # autosuggestions.enable = true;
syntaxHighlighting = { # syntaxHighlighting = {
enable = true; # enable = true;
highlighters = [ "main" "brackets" "pattern" "cursor" ]; # highlighters = [ "main" "brackets" "pattern" "cursor" ];
patterns = { # patterns = {
"rm -rf *" = "fg=white,bold,bg=red"; # "rm -rf *" = "fg=white,bold,bg=red";
}; # };
}; # };
zsh-autoenv.enable = true; # zsh-autoenv.enable = true;
dotDir = ".config/zsh"; dotDir = ".config/zsh";