Skip to content

Commit

Permalink
Fix a bug in the bug report template
Browse files Browse the repository at this point in the history
  • Loading branch information
marlonrichert committed Dec 12, 2021
1 parent debda1c commit 8736371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ git clone --depth 1 -- https://github.com/marlonrichert/zsh-autocomplete.git
PS1='%# ' PS2= RPS2='%^'; setopt transientrprompt interactivecomments
source ~/zsh-autocomplete/zsh-autocomplete.plugin.zsh
EOF
env -i HOME=$PWD PATH=$PATH TERM=$TERM ${TERMINFO:-TERMINFO=$TERMINFO} zsh -d
env -i HOME=$PWD PATH=$PATH TERM=$TERM ${TERMINFO:+TERMINFO=$TERMINFO} zsh -d
```
<!--
In the shell created above, try to reproduce your problem.
Expand Down

0 comments on commit 8736371

Please sign in to comment.