home/nushell: Save history to SQLite database

This commit is contained in:
Mikael 2024-09-27 22:30:08 +02:00
parent bf3fe11610
commit d34588dfc7
Signed by: mikael
SSH key fingerprint: SHA256:21QyD2Meiot7jOUVitIR5YkGB/XuXdCvLW1hE6dsri0

View file

@ -347,6 +347,14 @@ in {
configFile.text = '' configFile.text = ''
$env.config = { $env.config = {
show_banner: false show_banner: false
history: {
max_size: 131072
sync_on_enter: true
file_format: "sqlite"
isolation: true
}
use_kitty_protocol: true use_kitty_protocol: true
keybindings: [ keybindings: [