From c5bd073d25a879df9d86a333f1257361fd308321 Mon Sep 17 00:00:00 2001 From: xqtc161 Date: Tue, 11 Jun 2024 13:55:47 +0200 Subject: [PATCH] fix nushell shell integration config --- home/config-files/config.nu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/config-files/config.nu b/home/config-files/config.nu index b900000..eadc098 100644 --- a/home/config-files/config.nu +++ b/home/config-files/config.nu @@ -234,7 +234,7 @@ $env.config = { use_ansi_coloring: true bracketed_paste: true # enable bracketed paste, currently useless on windows edit_mode: emacs # emacs, vi - shell_integration: false # enables terminal shell integration. Off by default, as some terminals have issues with this. + shell_integration: {} # 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. use_kitty_protocol: false # enables keyboard enhancement protocol implemented by kitty console, only if your terminal support this. highlight_resolved_externals: false # true enables highlighting of external commands in the repl resolved by which.