From 6c1de0f63db81012b1ee3480bae6a941a7195d00 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Tue, 12 Dec 2023 22:03:38 +0300 Subject: [PATCH] Enable Nushell shell integration --- BROKEN.md | 3 +++ modules/nushell/configuration.nix.nu | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/BROKEN.md b/BROKEN.md index e9e2ebf..a717163 100644 --- a/BROKEN.md +++ b/BROKEN.md @@ -2,6 +2,9 @@ - QT theme doesn't work. +- Nushell custom prompt title does not work, as it gets + overriden by the shell integration in a split second. + - Nix Super errors, saying it expected an attrset and got a trunk when evaluating the non-outputs section. This should work, as it is an advertised feature (And it does! Don't get diff --git a/modules/nushell/configuration.nix.nu b/modules/nushell/configuration.nix.nu index ee2362e..0ee524c 100644 --- a/modules/nushell/configuration.nix.nu +++ b/modules/nushell/configuration.nix.nu @@ -8,7 +8,7 @@ $env.config = { float_precision: 2 footer_mode: 25 render_right_prompt_on_last_line: false - shell_integration: false + shell_integration: true show_banner: false use_ansi_coloring: true use_grid_icons: true