Starship: back to default bash/zsh/unknown shell indicators
This commit is contained in:
parent
e920b621f1
commit
9bb4e63b77
|
@ -100,11 +100,8 @@
|
||||||
shell = {
|
shell = {
|
||||||
disabled = false;
|
disabled = false;
|
||||||
format = "using [$indicator ]($style)";
|
format = "using [$indicator ]($style)";
|
||||||
bash_indicator = "#";
|
|
||||||
fish_indicator = " ";
|
fish_indicator = " ";
|
||||||
nu_indicator = "ν";
|
nu_indicator = "ν";
|
||||||
zsh_indicator = "z";
|
|
||||||
unknown_indicator = "?";
|
|
||||||
};
|
};
|
||||||
sudo = {
|
sudo = {
|
||||||
disabled = false;
|
disabled = false;
|
||||||
|
|
Loading…
Reference in a new issue