We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 072fee8 commit d55b3a9Copy full SHA for d55b3a9
README.md
@@ -28,7 +28,7 @@ Installation
28
29
2. Add the following line to the end of your `~/.bashrc`:
30
31
- PROMPT_COMMAND="$PROMPT_COMMAND"'; PS1="$(python3 ~/share/ps1.py "${PS1_GIT:-}")"'
+ PROMPT_COMMAND="$PROMPT_COMMAND"'; PS1="$(/usr/bin/python3 ~/share/ps1.py "${PS1_GIT:-}")"'
32
33
Replace `~/share/ps1.py` with the location you saved `ps1.py` at as
34
appropriate.
0 commit comments