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