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
zsh = {
enable = true;
autocd = true;
history = rec {
extended = true;
size = 100000;
save = size;
ignoreDups = true;
};
shellAliases = {
g = "git";