summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Cullmann <christoph@cullmann.io>2024-07-29 18:21:19 +0200
committerChristoph Cullmann <christoph@cullmann.io>2024-07-29 18:21:19 +0200
commit6f4981f8d339d10bf0e4d693bc81bc137274a897 (patch)
tree3658c2b1f00ef185d30fa69bbcd9cededd76229d
parent52cd27f8c26188dd95331af29213e0b404577e55 (diff)
Revert "better history"
This reverts commit 3cb4b585162f28e0653058a95c9b664593e263ec.
-rw-r--r--share/home.nix15
1 files changed, 5 insertions, 10 deletions
diff --git a/share/home.nix b/share/home.nix
index 0ba6872..6435985 100644
--- a/share/home.nix
+++ b/share/home.nix
@@ -9,17 +9,12 @@
# shell config
extraConfig = ''
- $env.config = {
- history: {
- max_size: 100_000
- file_format: "sqlite"
- isolation: true
- }
+ $env.config = {
table: {
- mode: none
- }
- }
- '';
+ mode: none
+ }
+ }
+ '';
# aliases
shellAliases = {