You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.
A lot of user's path variables are set incorrectly. They have to manually run fig settings pty.path "$PATH"
This is stupid and a waste of everyone's time.
We should make sure the $PATH variable in the pseudo terminal is always correct. Ideally, we don't want to be updating it too frequently as this is fragile and stuff could break.
Some ideas:
Prompt the user to run something once after their shell has loaded
Make 100% sure that Fig is the very very last thing sourced (probably hard to ensure and enforce)
Do it on fig source, fig update, or fig [something else] - maybe, but too frequent and this is fragile...
Work out a way of spawning a shell process in the user's selected shell, then getting all the env variables like we did last time... But investigate this and make it work properly.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
A lot of user's path variables are set incorrectly. They have to manually run
fig settings pty.path "$PATH"
This is stupid and a waste of everyone's time.
We should make sure the $PATH variable in the pseudo terminal is always correct. Ideally, we don't want to be updating it too frequently as this is fragile and stuff could break.
Some ideas:
The text was updated successfully, but these errors were encountered: