diff --git a/home/starship.nix b/home/starship.nix index 52cdc9b6..31029ced 100644 --- a/home/starship.nix +++ b/home/starship.nix @@ -63,6 +63,10 @@ Windows = " "; }; }; + python = { + symbol = "󰌠 "; + python_binary = "python3"; + }; shell = { disabled = false; format = "using [$indicator ]($style)";