better history

This commit is contained in:
Christoph Cullmann 2024-07-19 20:15:48 +02:00
parent 68d99c3696
commit 3cb4b58516
No known key found for this signature in database

View file

@ -9,12 +9,17 @@
# shell config # shell config
extraConfig = '' extraConfig = ''
$env.config = { $env.config = {
history: {
max_size: 100_000
file_format: "sqlite"
isolation: true
}
table: { table: {
mode: none mode: none
} }
} }
''; '';
# aliases # aliases
shellAliases = { shellAliases = {