featL move over additional zsh settings
This commit is contained in:
parent
d35f304260
commit
919e577122
1 changed files with 12 additions and 0 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue