Starship: enable status with some custom symbols
This commit is contained in:
parent
9bb4e63b77
commit
0d84f51356
|
@ -103,6 +103,17 @@
|
||||||
fish_indicator = " ";
|
fish_indicator = " ";
|
||||||
nu_indicator = "ν";
|
nu_indicator = "ν";
|
||||||
};
|
};
|
||||||
|
status = {
|
||||||
|
disabled = false;
|
||||||
|
map_symbol = true;
|
||||||
|
pipestatus = true;
|
||||||
|
symbol = " ";
|
||||||
|
success_symbol = " ";
|
||||||
|
not_executable_symbol = " ";
|
||||||
|
not_found_symbol = " ";
|
||||||
|
sigint_symbol = " ";
|
||||||
|
signal_symbol = " ";
|
||||||
|
};
|
||||||
sudo = {
|
sudo = {
|
||||||
disabled = false;
|
disabled = false;
|
||||||
symbol = " ";
|
symbol = " ";
|
||||||
|
|
Loading…
Reference in a new issue