diff options
Diffstat (limited to '.config/starship.toml')
| -rw-r--r-- | .config/starship.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/starship.toml b/.config/starship.toml index 7f21509..2c8327d 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -1,3 +1,6 @@ +[python] +python_binary = [".venv/bin/python", "python3", "python"] + [character] success_symbol = "[λ](bold green)" error_symbol = "[λ](bold red)" |
