Compare commits

..

No commits in common. "8eef537cba4b1843154e699e0fc120da0c0068a2" and "b9820b9a5e244dcb2a2102dc7b0e555e00cfce0a" have entirely different histories.

1 changed files with 0 additions and 2 deletions

View File

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