mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +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, ... }: ''
|
||||
$env.PROMPT_INDICATOR = "";
|
||||
$env.PROMPT_INDICATOR_VI_INSERT = "";
|
||||
$env.PROMPT_INDICATOR_VI_NORMAL = "";
|
||||
$env.PROMPT_MULTILINE_INDICATOR = "";
|
||||
|
||||
$env.config = {
|
||||
bracketed_paste: true
|
||||
buffer_editor: ""
|
||||
|
|
|
@ -13,6 +13,9 @@
|
|||
cmd_duration.show_notifications = ulib.isDesktop;
|
||||
|
||||
package.disabled = ulib.isServer;
|
||||
|
||||
character.error_symbol = "";
|
||||
character.success_symbol = "";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue