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
Add the following line to your `.bashrc` (or other shell configuration files):
35
+
36
+
`export PROMPT_COMMAND='PS1="$(pwd.py)"`
37
+
38
+
39
+
## Configuration
40
+
41
+
### Username/hostname
42
+
If the current username and hostname are both equal to the respective values in the `MY_USERNAME` and `MY_HOSTNAME` environment variables, the `user@hostname` part of the prompt will be suppressed.
0 commit comments