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