hchbaw/auto-fu.zsh

Causes duplicate prompts.

Opened this issue · 1 comments

In later versions of zsh auto-fu.zsh causes the prompt to be displayed twice. In older versions of zsh this didn't happen, I don't know the exact version. For example if you simple type echo test <enter> this is the output.

Ubuntu-15% echo test
Ubuntu-15% echo test
test
Ubuntu-15% 

The problem is already fixed in next branch.
76e17fa