Selaa lähdekoodia

ISSUE_TEMPLATE.md: Add Zsh PS4

pull/447/head
Ivan Pozdeev 1 vuosi sitten
vanhempi
commit
826f3fbe6f
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. +4
    -0
      .github/ISSUE_TEMPLATE.md

+ 4
- 0
.github/ISSUE_TEMPLATE.md Näytä tiedosto

@ -22,7 +22,11 @@ Make sure you have checked all steps below.
* 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`
* If the problem happens outside of a Pyenv invocation, get the debug log like this:
```
# for Bash
export PS4='+(${BASH_SOURCE}:${LINENO}): ${FUNCNAME[0]:+${FUNCNAME[0]}(): }'
# for Zsh
export PS4='+(%x:%I): %N(%i): '
set -x
<reproduce the problem>
set +x

Ladataan…
Peruuta
Tallenna