1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 19:17:45 +00:00

Fix deprecated nushell settings

This commit is contained in:
RGBCube 2024-07-01 13:58:52 +03:00
parent d20c43e559
commit 5401fafa09
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -7,11 +7,20 @@ $env.config = {
float_precision: 2
footer_mode: 25
render_right_prompt_on_last_line: false
shell_integration: true
show_banner: false
use_ansi_coloring: true
use_grid_icons: true
use_kitty_protocol: true
shell_integration: {
osc2: false
osc7: true
osc8: true
osc9_9: false
osc133: true
osc633: true
reset_application_mode: true
}
}
$env.config.color_config = {
@ -159,7 +168,7 @@ $env.config.hooks = {
env_change: {}
pre_execution: [
{
let prompt = (commandline) | str trim
let prompt = commandline | str trim
if ($prompt | is-empty) {
return