mirror of https://github.com/wlcx/home.git
Compare commits
2 Commits
b9820b9a5e
...
8eef537cba
Author | SHA1 | Date |
---|---|---|
Sam W | 8eef537cba | |
Sam W | 8e435df3e2 |
|
@ -23,10 +23,12 @@ 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…
Reference in New Issue