Skip to content

Commit

Permalink
zsh: add history save no dups and find no dups
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Jan 29, 2025
1 parent 08a1355 commit 53325ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions modules/home/programs/terminal/shells/zsh/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ in
expireDuplicatesFirst = true;
ignoreDups = true;
ignoreSpace = true;
saveNoDups = true;
findNoDups = true;
};

sessionVariables = {
Expand Down

0 comments on commit 53325ff

Please sign in to comment.