This commit is contained in:
joy 2024-10-14 15:31:22 +02:00
parent 27537529f5
commit f29596ffa2

View file

@ -3,6 +3,7 @@
enable = true;
syntaxHighlighting.enable = true;
enableCompletion = true;
autosuggestion.enable = true;
dotDir = ".config/zsh";
shellAliases = {
@ -25,7 +26,7 @@
history.path = ".config/zsh/history";
oh-my-zsh = {
enable = true;
plugins = ["git" "history-substring-search" "autosuggestion"];
plugins = ["git" "history-substring-search"];
theme = "simple";
};
};