zsh: preserve larger shared history
This commit is contained in:
@@ -32,6 +32,16 @@ in
|
|||||||
# Shell configuration
|
# Shell configuration
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
histSize = 10000000;
|
||||||
|
setOptions = [
|
||||||
|
"EXTENDED_HISTORY"
|
||||||
|
"HIST_EXPIRE_DUPS_FIRST"
|
||||||
|
"HIST_FCNTL_LOCK"
|
||||||
|
"HIST_IGNORE_DUPS"
|
||||||
|
"HIST_IGNORE_SPACE"
|
||||||
|
"HIST_VERIFY"
|
||||||
|
"SHARE_HISTORY"
|
||||||
|
];
|
||||||
syntaxHighlighting = {
|
syntaxHighlighting = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user