mirror of
https://github.com/wlcx/home.git
synced 2025-11-03 14:33:44 +00:00
Compare commits
2 Commits
b9820b9a5e
...
8eef537cba
| Author | SHA1 | Date | |
|---|---|---|---|
| 8eef537cba | |||
| 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…
x
Reference in New Issue
Block a user