1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 03:27:45 +00:00

Enable Nushell shell integration

This commit is contained in:
RGBCube 2023-12-12 22:03:38 +03:00
parent ea35a8b772
commit 6c1de0f63d
No known key found for this signature in database
2 changed files with 4 additions and 1 deletions

View file

@ -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

View file

@ -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