Add python symbol, set binary to python3 only
This commit is contained in:
parent
e1e8f56367
commit
699f6c3d37
|
@ -63,6 +63,10 @@
|
||||||
Windows = " ";
|
Windows = " ";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
python = {
|
||||||
|
symbol = " ";
|
||||||
|
python_binary = "python3";
|
||||||
|
};
|
||||||
shell = {
|
shell = {
|
||||||
disabled = false;
|
disabled = false;
|
||||||
format = "using [$indicator ]($style)";
|
format = "using [$indicator ]($style)";
|
||||||
|
|
Loading…
Reference in a new issue