summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Cullmann <christoph@cullmann.io>2024-07-19 20:15:48 +0200
committerChristoph Cullmann <christoph@cullmann.io>2024-07-19 20:15:48 +0200
commit3cb4b585162f28e0653058a95c9b664593e263ec (patch)
tree2337afb48b87dbddf707b6f4a9b56884ac4bc48d
parent68d99c3696d39d534c5cf7f2aee7a424c55539d2 (diff)
better history
-rw-r--r--share/home.nix15
1 files changed, 10 insertions, 5 deletions
diff --git a/share/home.nix b/share/home.nix
index d1a6ee6..672c150 100644
--- a/share/home.nix
+++ b/share/home.nix
@@ -9,12 +9,17 @@
# shell config
extraConfig = ''
- $env.config = {
+ $env.config = {
+ history: {
+ max_size: 100_000
+ file_format: "sqlite"
+ isolation: true
+ }
table: {
- mode: none
- }
- }
- '';
+ mode: none
+ }
+ }
+ '';
# aliases
shellAliases = {