1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Fix starship prompt

This commit is contained in:
RGBCube 2024-03-11 11:43:42 +03:00
parent 6b450d664c
commit dfdfdaef94
No known key found for this signature in database
2 changed files with 3 additions and 5 deletions

View file

@ -1,9 +1,4 @@
{ lib, ulib, ... }: ''
$env.PROMPT_INDICATOR = "";
$env.PROMPT_INDICATOR_VI_INSERT = "";
$env.PROMPT_INDICATOR_VI_NORMAL = "";
$env.PROMPT_MULTILINE_INDICATOR = "";
$env.config = {
bracketed_paste: true
buffer_editor: ""

View file

@ -13,6 +13,9 @@
cmd_duration.show_notifications = ulib.isDesktop;
package.disabled = ulib.isServer;
character.error_symbol = "";
character.success_symbol = "";
};
};