home/zsh: Enable extended history (with timestamps)

This commit is contained in:
fleaz 2024-01-08 11:38:03 +01:00
parent 78226909f9
commit 980dbc9a88
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083

View file

@ -8,6 +8,7 @@
}; };
history = { history = {
share = false; # every terminal has it's own history share = false; # every terminal has it's own history
extended = true;
size = 10000; size = 10000;
}; };
shellAliases = { shellAliases = {