zsh: config history
This commit is contained in:
@@ -73,8 +73,12 @@
|
||||
TERM=xterm-256color
|
||||
'';
|
||||
|
||||
history.size = 10000;
|
||||
history.path = "${config.xdg.dataHome}/zsh/history";
|
||||
history = {
|
||||
size = 10000;
|
||||
path = "${config.xdg.dataHome}/zsh/history";
|
||||
expireDuplicatesFirst = true;
|
||||
ignoreDups = true;
|
||||
};
|
||||
|
||||
oh-my-zsh.enable = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user