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;
enableVteIntegration = true;
autosuggestions.enable = true;
# autosuggestions.enable = true;
syntaxHighlighting = {
enable = true;
highlighters = [ "main" "brackets" "pattern" "cursor" ];
patterns = {
"rm -rf *" = "fg=white,bold,bg=red";
};
};
# syntaxHighlighting = {
# enable = true;
# highlighters = [ "main" "brackets" "pattern" "cursor" ];
# patterns = {
# "rm -rf *" = "fg=white,bold,bg=red";
# };
# };
zsh-autoenv.enable = true;
# zsh-autoenv.enable = true;
dotDir = ".config/zsh";