mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
Add support for detecting Python from Pipenv files (#221)
Added the ability to enable the Python module based on the existence of the a `Pipfile`.
This commit is contained in:
committed by
Kevin Song
parent
360ea988e5
commit
1478f8c2e9
@@ -421,6 +421,7 @@ The module will be shown if any of the following conditions are met:
|
||||
- The current directory contains a `requirements.txt` file
|
||||
- The current directory contains a `pyproject.toml` file
|
||||
- The current directory contains a file with the `.py` extension
|
||||
- The current directory contains a `Pipfile` file
|
||||
|
||||
### Options
|
||||
|
||||
|
||||
Reference in New Issue
Block a user