feat: add viv prompt to venv

This commit is contained in:
Daylin Morgan 2023-07-31 15:31:15 -05:00
parent 4d75feb9e3
commit 7932e13de6
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F

View file

@ -52,7 +52,7 @@ from typing import (
from urllib.error import HTTPError
from urllib.request import urlopen
__version__ = "23.5a6-3-g5e2a62d-dev"
__version__ = "23.5a6-4-g4d75feb-dev"
class Spinner:
@ -844,6 +844,7 @@ class ViVenv:
with Spinner("creating vivenv"):
venv.create(
self.path,
prompt=f"viv-{self.name}",
clear=True,
symlinks=True,
)