mirror of https://github.com/wlcx/home.git
Compare commits
No commits in common. "8eef537cba4b1843154e699e0fc120da0c0068a2" and "b9820b9a5e244dcb2a2102dc7b0e555e00cfce0a" have entirely different histories.
8eef537cba
...
b9820b9a5e
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue