summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-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 = {