dotfiles/nu/autoload/wezterm.nu
Gabriel Arazas 2053483224 nu: init autoload files
These might be better as part of the configuration but I find these to
be easier to setup for modular configurations.
2025-01-21 21:15:44 +08:00

9 lines
176 B
Plaintext

$env.config = $env.config | merge deep --strategy=append {
show_banner: false
shell_integration: {
osc7: true
osc133: true
osc633: true
}
}