From c273d5f3c64349bb6feaaa2d122a815081ec8487 Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Tue, 25 Jun 2024 15:22:10 -0500 Subject: [PATCH] nushell shell_integration got better defaults. --- configs/home-manager/nushell/config.nu | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/home-manager/nushell/config.nu b/configs/home-manager/nushell/config.nu index 69a9936..1744d5a 100644 --- a/configs/home-manager/nushell/config.nu +++ b/configs/home-manager/nushell/config.nu @@ -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.