zsh-autosuggestions
zsh-autosuggestions copied to clipboard
zsh-autosuggestions does not work on my ubuntu 20.10
Describe the bug
I've tried two different ways to install zsh-autosuggestions
(Oh My Zsh and Mannual), and I've restarted both my terminal and system, however it does not work at all. (P.S. There is no any errors or warnnings during my installation)
To Reproduce
Steps to reproduce the behavior:
Step1: Setup a new Ubuntu 20.10 system
Step2: Install zsh and oh-my-zsh
Step3: Install zsh-autosuggestions plugin
Step4: Restart terminal and system
Expected behavior
The zsh-autosuggestions plugin should work and show me input suggestion.
Screenshots
Desktop
- OS + distribution: Ubuntu 20.10
- Zsh version: 5.8
- Plugin version: v0.6.4
Additional context
You need to source zsh-autosuggestions
from your .zshrc
like this:
# ... snip ...
source /path/to/your/zsh-autosuggestions.zsh
# ... snip ...
Each time you start the terminal, you can enter "source ~ /.zshrc" and after that the plugin starts working. I have the same problem.
- Ubuntu 20.04
- Zsh version 5.8
- Plugin version: v0.6.4
This work for me - https://github.com/zsh-users/zsh-autosuggestions/issues/182#issuecomment-235986679