mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-01-31 04:57:57 +00:00
Gabriel Arazas
2053483224
These might be better as part of the configuration but I find these to be easier to setup for modular configurations.
9 lines
176 B
Plaintext
9 lines
176 B
Plaintext
$env.config = $env.config | merge deep --strategy=append {
|
|
show_banner: false
|
|
shell_integration: {
|
|
osc7: true
|
|
osc133: true
|
|
osc633: true
|
|
}
|
|
}
|