no more oh-my-zsh
This commit is contained in:
parent
91ee30facc
commit
33c81dfd95
|
@ -6,6 +6,8 @@
|
|||
enableCompletion = true;
|
||||
autosuggestion.enable = true;
|
||||
syntaxHighlighting.enable = true;
|
||||
historySubstringSearch.enable = true;
|
||||
initExtra = "PROMPT='%F{green}%~%f '";
|
||||
|
||||
shellAliases = {
|
||||
v = "nvim";
|
||||
|
@ -30,11 +32,6 @@
|
|||
history.size = 10000;
|
||||
history.path = "${config.xdg.dataHome}/zsh/history";
|
||||
|
||||
oh-my-zsh = {
|
||||
enable = true;
|
||||
plugins = [ "history-substring-search" ];
|
||||
theme = "simple";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue