-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when switching between different venvs the $PS1 configuration is lost #147
Comments
Hi @omersi. This seems very likely to be due to something subtle in your |
@omersi I've deleted your post because you mistakenly posted an API_KEY. I highly suggest you change that API Key because despite deleting this post for you it may still be picked up by someone else. When you're done, please remove any secrets in the file and then repost the zshrc :) |
oh boy... I thought I removed them all... |
@omersi @MichaelAquilina For reference, as anyone watching the repo gets emails (like I do), I have a copy of the entire thing :-( Not only are there multiple API keys in there but also username/passwords so I suggest you change those as well (and the password, at 8 characters long is far too short - you should aim for e.g. 32 characters. https://xkcd.com/936/ is always a good read :-) ) |
ALL TOKENS WHERE CHANGED. |
Issue Details
when I open a new terminal window the $PS1 format is
when I cd to a different directory with a different .venv, the $PS1 is changed automatically to
%m%#
Operating System (uname -a)
Linux imubit-omer 5.4.0-65-generic #73-Ubuntu SMP Mon Jan 18 17:25:17 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
zsh version (zsh --version)
zsh 5.8 (x86_64-ubuntu-linux-gnu)
autoswitch-virtualenv version
echo "$AUTOSWITCH_VERSION"
3.1.1
How is zsh-autoswitch-virtualenv installed?
Steps to reproduce the issue
gist link to your zshrc
The text was updated successfully, but these errors were encountered: