mirror of https://github.com/wlcx/home.git
Save more zsh history
This commit is contained in:
parent
6d80f49914
commit
6bd5ddb93a
|
@ -14,6 +14,11 @@ in {
|
||||||
# Shell and env-y stuff
|
# Shell and env-y stuff
|
||||||
zsh = {
|
zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
history = rec {
|
||||||
|
extended = true;
|
||||||
|
size = 100000;
|
||||||
|
save = size;
|
||||||
|
};
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
g = "git";
|
g = "git";
|
||||||
cat = "bat";
|
cat = "bat";
|
||||||
|
|
Loading…
Reference in New Issue