featL move over additional zsh settings

This commit is contained in:
Infinidoge 2021-09-19 17:44:43 -04:00
parent d35f304260
commit 919e577122

View file

@ -7,6 +7,18 @@
# enableSyntaxHighlighting = true; # enableSyntaxHighlighting = true;
enableVteIntegration = true; enableVteIntegration = true;
autosuggestions.enable = true;
syntaxHighlighting = {
enable = true;
highlighters = [ "main" "brackets" "pattern" "cursor" ];
patterns = {
"rm -rf *" = "fg=white,bold,bg=red";
};
};
zsh-autoenv.enable = true;
dotDir = ".config/zsh"; dotDir = ".config/zsh";
history.path = "$ZDOTDIR/.zsh_history"; history.path = "$ZDOTDIR/.zsh_history";