better history
This commit is contained in:
parent
68d99c3696
commit
3cb4b58516
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue