nushell history isolation
This commit is contained in:
+2
-4
@@ -6,10 +6,8 @@ $env.config = {
|
|||||||
vi_normal: block
|
vi_normal: block
|
||||||
}
|
}
|
||||||
history: {
|
history: {
|
||||||
max_size: 100_000
|
file_format: sqlite
|
||||||
sync_on_enter: true
|
isolation: true
|
||||||
file_format: "plaintext"
|
|
||||||
isolation: false
|
|
||||||
}
|
}
|
||||||
keybindings: [
|
keybindings: [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user