Rework zsh history
This commit is contained in:
parent
9462a7486e
commit
8a7c0c84a0
1 changed files with 2 additions and 2 deletions
|
@ -6,10 +6,10 @@
|
|||
defaultKeymap = "viins";
|
||||
enableCompletion = true;
|
||||
history = {
|
||||
expireDuplicatesFirst = true;
|
||||
ignoreAllDups = true;
|
||||
save = 10000;
|
||||
share = true;
|
||||
path = ".local/share/zsh/history";
|
||||
path = "$HOME/.local/share/zsh/history";
|
||||
};
|
||||
historySubstringSearch = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue