auto sus
This commit is contained in:
parent
27537529f5
commit
f29596ffa2
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue