mirror of
https://github.com/RGBCube/ncc
synced 2025-07-31 20:17:45 +00:00
Enable Nushell shell integration
This commit is contained in:
parent
ea35a8b772
commit
6c1de0f63d
2 changed files with 4 additions and 1 deletions
|
@ -2,6 +2,9 @@
|
||||||
|
|
||||||
- QT theme doesn't work.
|
- 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
|
- Nix Super errors, saying it expected an attrset and got a
|
||||||
trunk when evaluating the non-outputs section. This should
|
trunk when evaluating the non-outputs section. This should
|
||||||
work, as it is an advertised feature (And it does! Don't get
|
work, as it is an advertised feature (And it does! Don't get
|
||||||
|
|
|
@ -8,7 +8,7 @@ $env.config = {
|
||||||
float_precision: 2
|
float_precision: 2
|
||||||
footer_mode: 25
|
footer_mode: 25
|
||||||
render_right_prompt_on_last_line: false
|
render_right_prompt_on_last_line: false
|
||||||
shell_integration: false
|
shell_integration: true
|
||||||
show_banner: false
|
show_banner: false
|
||||||
use_ansi_coloring: true
|
use_ansi_coloring: true
|
||||||
use_grid_icons: true
|
use_grid_icons: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue