mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
Remove Nu default prompt indicators because it colides with starship
This commit is contained in:
parent
db17ed53c4
commit
d4b9f5b5d5
1 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
$env.PROMPT_INDICATOR = "";
|
||||
$env.PROMPT_INDICATOR_VI_INSERT = "";
|
||||
$env.PROMPT_INDICATOR_VI_NORMAL = "";
|
||||
$env.PROMPT_MULTILINE_INDICATOR = "";
|
||||
|
||||
$env.ENV_CONVERSIONS = {
|
||||
"PATH": {
|
||||
from_string: { |s| $s | split row (char esep) | path expand --no-symlink }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue