From d9a68f01810ce6ca22982de12b85f343bf19f977 Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Sun, 2 Jun 2024 13:03:32 +0200 Subject: [PATCH] nu: Remove deprecated config setting --- tree/.config/nushell/config.nu | 1 - 1 file changed, 1 deletion(-) diff --git a/tree/.config/nushell/config.nu b/tree/.config/nushell/config.nu index c13992b..ceffb02 100644 --- a/tree/.config/nushell/config.nu +++ b/tree/.config/nushell/config.nu @@ -293,7 +293,6 @@ $env.config = { use_ansi_coloring: true bracketed_paste: true # enable bracketed paste, currently useless on windows edit_mode: vi # emacs, vi - shell_integration: false # 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. hooks: {