Pure: Weird command repetition

Created on 11 Oct 2017  路  7Comments  路  Source: sindresorhus/pure

General information

  • Pure version: 5.4.2
  • ZSH version: 5.4.1
  • Terminal program & version: Hyper 1.4.8
  • Operating system: macOS Sierra 10.12.6
  • ZSH framework: oh-my-zsh

Problem description

There is this weird command repetition when using auto-completion.
skaermbillede 2017-10-11 kl 14 49 20

Reproduction steps

  1. Write command then navigate through files.
  2. Hit tab (autocompletion)
  3. The command is shown to times.

Most helpful comment

@niklaas happy to hear, and thanks for reporting back! This would be good material for a troubleshooting section/document.

All 7 comments

You installed Pure using this method: https://github.com/sindresorhus/pure#oh-my-zsh Right? If not. Try doing that.

If you followed sindresorhus instructions and the issue is still present, this might be a problem with Hyper as concluded in https://github.com/sindresorhus/pure/issues/248.

You can try to set PURE_PROMPT_SYMBOL='>' or change font and see if the problem goes away.

Closing due to age/lack of updates. Feel free to re-open if this is still an issue.

I run into the same issue. Changing the prompt symbol to '>' doesn't help.

@niklaas could you open a new issue and fill out the details in the issue template?

@mafredri Thank you for your answer. I had been desperately looking for this issue to inform you that I could solve the problem. The Debian system lacked ncurses-term thus terminfo for tmux-256color was missing. After installing ncurses-term everything worked fine.

I found out by running reset in the terminal. An error mentioned that the terminfo couldn't be found.

@niklaas happy to hear, and thanks for reporting back! This would be good material for a troubleshooting section/document.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

d3lm picture d3lm  路  3Comments

sudo-nice picture sudo-nice  路  6Comments

jpresley23 picture jpresley23  路  8Comments

ianchesal picture ianchesal  路  3Comments

bigH picture bigH  路  8Comments