Proofreading

This commit is contained in:
Julien Palard 2023-12-03 00:13:08 +01:00
parent 319a0416c1
commit f01b449355
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Python venv in prompt
# Python prompt
A bash-only, small tool to show Python venvs info in bash's prompt.
A bash function to help displaying Python's venv info in the prompt.
Here's what it looks like (I also use
[git-prompt](https://raw.githubusercontent.com/git/git/master/contrib/completion/git-prompt.sh).
@ -28,7 +28,7 @@ done
Don't forget the installation step!
<details>
<summary>TL;DR:</summary>
<summary>TL;DR</summary>
```bash
if ! [[ -f ~/.fonts/dejavu/DejaVuSansMonoNerdFontCompleteMono.ttf ]]

View File

@ -18,7 +18,7 @@ shortest()
fi
}
python_ps1()
python_prompt()
{
local relative venvpath pyversion _

BIN
venv.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB