nushell shell_integration got better defaults.

This commit is contained in:
Gabe Venberg 2024-06-25 15:22:10 -05:00
parent 9a0f9b005b
commit c273d5f3c6

View file

@ -20,7 +20,6 @@ $env.config = {
}
edit_mode: vi # emacs, vi
shell_integration: true # enables terminal shell integration. Off by default, as some terminals have issues with this.
render_right_prompt_on_last_line: false # true or false to enable or disable right prompt to be rendered on last line of the prompt.
# enables keyboard enhancement protocol implemented by kitty console, only if your terminal support this.
# Zellij does not modify the term var, so we have to special-case it.