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;
|
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";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue