mirror of
https://github.com/wlcx/home.git
synced 2025-10-11 22:43:44 +01:00
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…
x
Reference in New Issue
Block a user