home/nushell: Save history to SQLite database
This commit is contained in:
parent
bf3fe11610
commit
d34588dfc7
1 changed files with 8 additions and 0 deletions
|
@ -347,6 +347,14 @@ in {
|
|||
configFile.text = ''
|
||||
$env.config = {
|
||||
show_banner: false
|
||||
|
||||
history: {
|
||||
max_size: 131072
|
||||
sync_on_enter: true
|
||||
file_format: "sqlite"
|
||||
isolation: true
|
||||
}
|
||||
|
||||
use_kitty_protocol: true
|
||||
|
||||
keybindings: [
|
||||
|
|
Loading…
Reference in a new issue