summaryrefslogtreecommitdiff
path: root/.config/starship.toml
diff options
context:
space:
mode:
authorTom Li Dobnik <tomlidobnik1@gmail.com>2026-03-10 14:44:16 +0100
committerTom Li Dobnik <tomlidobnik1@gmail.com>2026-03-10 14:44:16 +0100
commit9bfbfb273cedc2fac8f353df922a0a2257d03f2e (patch)
treee1fbc291ad31828032b824432cb0295c30c30892 /.config/starship.toml
parentb53503ab6bf51b626c5b2f6ede82da860fd016dd (diff)
nvim tree
Diffstat (limited to '.config/starship.toml')
-rw-r--r--.config/starship.toml3
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)"