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
We could modify $PS1 or the like in the same fashion as virtualenv. This might involve some eval or source trickery. We might also investigate doing it in the style of git's __git_ps1.
An example prompt might look something like: (default) user@localhost ~$
or (work) user@fancy-company ~/secret/files$
The text was updated successfully, but these errors were encountered:
We could modify
$PS1
or the like in the same fashion as virtualenv. This might involve someeval
orsource
trickery. We might also investigate doing it in the style of git's__git_ps1
.An example prompt might look something like:
(default) user@localhost ~$
or
(work) user@fancy-company ~/secret/files$
The text was updated successfully, but these errors were encountered: