Skip to content

Commit

Permalink
fix(starship): Display python only for venv
Browse files Browse the repository at this point in the history
  • Loading branch information
limakzi committed Jan 4, 2025
1 parent 11a018f commit 08c9c66
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/linux/dot-starship/starship/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ disabled = true
[package]
disabled = false

[python]
detect_folders = [".venv"]
detect_files = []
detect_extensions = []

[azure]
disabled = false

Expand Down

0 comments on commit 08c9c66

Please sign in to comment.