1
mirror of https://github.com/wlcx/home.git synced 2025-11-02 06:03:45 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
8eef537cba zsh: Ignore dupes in history 2022-12-12 01:01:30 +00:00
8e435df3e2 zsh: autocd 2022-12-11 21:15:43 +00:00

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";