mirror of
https://github.com/RGBCube/ncc
synced 2025-07-31 12:07:48 +00:00
Fix starship prompt
This commit is contained in:
parent
6b450d664c
commit
dfdfdaef94
2 changed files with 3 additions and 5 deletions
|
@ -1,9 +1,4 @@
|
||||||
{ lib, ulib, ... }: ''
|
{ lib, ulib, ... }: ''
|
||||||
$env.PROMPT_INDICATOR = "";
|
|
||||||
$env.PROMPT_INDICATOR_VI_INSERT = "";
|
|
||||||
$env.PROMPT_INDICATOR_VI_NORMAL = "";
|
|
||||||
$env.PROMPT_MULTILINE_INDICATOR = "";
|
|
||||||
|
|
||||||
$env.config = {
|
$env.config = {
|
||||||
bracketed_paste: true
|
bracketed_paste: true
|
||||||
buffer_editor: ""
|
buffer_editor: ""
|
||||||
|
|
|
@ -13,6 +13,9 @@
|
||||||
cmd_duration.show_notifications = ulib.isDesktop;
|
cmd_duration.show_notifications = ulib.isDesktop;
|
||||||
|
|
||||||
package.disabled = ulib.isServer;
|
package.disabled = ulib.isServer;
|
||||||
|
|
||||||
|
character.error_symbol = "";
|
||||||
|
character.success_symbol = "";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue