zsh-users / zsh-autosuggestions

Fish-like autosuggestions for zsh
MIT License
30.79k stars 1.85k forks source link

zsh-autosugestions working once only after doing source ~/.zshrc #604

Open blogdemoi opened 3 years ago

blogdemoi commented 3 years ago

Hello, I installed zsh-autosugestions on my Manjaro Xfce with https://github.com/zsh-users/zsh-autosuggestions/blob/master/INSTALL.md#oh-my-zsh

However it works only when I do source ~/.zshrc . I open a terminal and it doesn't work, I have to do source ~/.zshrc first and then zhh-autosuggestions will work... If I open a new terminal I have to do source ~/.zshrc again. What can be wrong? Thank you.

blogdemoi commented 3 years ago

I think it is the same problem as https://github.com/zsh-users/zsh-autosuggestions/issues/416 but the solutions in this thread don't work for me.

blogdemoi commented 3 years ago

Just to let you know if someone is interested. It seems to be related to terminal. I was using xfce4 terminal. I just switched to URxvt terminal and zsh-autosuggestions is now working fine.