Replies: 3 comments
|
Which tenv version do you use ? This issue should be corrected since v1.10.2 (it may depend on the kind of signal you send to stop the |
0 replies
|
im running tenv v1.11.1 |
0 replies
|
Which kind of termination signal starship send to end |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
for example startship terraform integration calls
terraform versionto show current tf version in$PS1. however with TENV_AUTO_INSTALL that command starts installing matching terraform if not found, creates a lock file, meanwhile starship terminates the command because it takes more than 1s (starship timeout). so the .lock file stays there, and breaks subsequent tf installs.i guess can there be another method to ensure auto installs without using the .lock file that can often get left behind?
All reactions