Compare commits

...

2 Commits

Author SHA1 Message Date
Sam W 8eef537cba zsh: Ignore dupes in history 2022-12-12 01:01:30 +00:00
Sam W 8e435df3e2 zsh: autocd 2022-12-11 21:15:43 +00:00
1 changed files with 2 additions and 0 deletions

View File

@ -23,10 +23,12 @@ in {
# Shell and env-y stuff
zsh = {
enable = true;
autocd = true;
history = rec {
extended = true;
size = 100000;
save = size;
ignoreDups = true;
};
shellAliases = {
g = "git";