fix: disable environment-based options
This commit is contained in:
parent
87e21a869b
commit
798193bc0b
1 changed files with 9 additions and 9 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue