Skip to content

Commit 826f3fb

Browse files
committed
ISSUE_TEMPLATE.md: Add Zsh PS4
1 parent a6ab660 commit 826f3fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ Make sure you have checked all steps below.
2222
* If the problem happens in a Pyenv invocation, you can turn on debug logging by setting `PYENV_DEBUG=1`, e.g. `env PYENV_DEBUG=1 pyenv install -v 3.6.4`
2323
* If the problem happens outside of a Pyenv invocation, get the debug log like this:
2424
```
25+
# for Bash
2526
export PS4='+(${BASH_SOURCE}:${LINENO}): ${FUNCNAME[0]:+${FUNCNAME[0]}(): }'
27+
# for Zsh
28+
export PS4='+(%x:%I): %N(%i): '
29+
2630
set -x
2731
<reproduce the problem>
2832
set +x

0 commit comments

Comments
 (0)