Explorar el Código

ISSUE_TEMPLATE.md: Add Zsh PS4

pull/447/head
Ivan Pozdeev hace 1 año
padre
commit
826f3fbe6f
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      .github/ISSUE_TEMPLATE.md

+ 4
- 0
.github/ISSUE_TEMPLATE.md Ver fichero

@ -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

Cargando…
Cancelar
Guardar