mirror of
https://github.com/wlcx/home.git
synced 2026-03-27 22:53:13 +00:00
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
|
# 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";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user