Open rahulr8 opened 3 years ago
Have you seen the comments on #416?
Same problem here. I'm not using oh-my-zsh though, just source zsh-autosuggestions/zsh-autosuggestions.zsh
in ~/.zshrc.
You need to add these two zsh file to your ~/.zshrc
source /PATH/TO/zsh-autosuggestions/zsh-autosuggestions.zsh source /PATH/TO/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
Same problem here. I'm not using oh-my-zsh though, just
source zsh-autosuggestions/zsh-autosuggestions.zsh
in ~/.zshrc.
For me, it is because the history file not set properly for zsh commands. Problem solved.
same problem here
same problem here
nvm, I didn't add source zsh-autosuggestions/zsh-autosuggestions.zsh
in end of ~/.zshrc
file
source zsh-autosuggestions/zsh-autosuggestions.zsh
Thank you it work for me.
For any one looking for a Solution adding this to ~/.zshrc
worked for me
source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh
For any one looking for a Solution adding this to
~/.zshrc
worked for mesource ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh
It is working for one session only when you restart again it stops working
Describe the bug
Zsh-autocomplete works great for me in any given zsh session. But as soon as I open a new session (new terminal tab or restart terminal), none of my previous commands are available for me to auto-complete.
Machine - Mac M1
I installed using:
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
and in my .zshrc I have:I've looked for the fix everywhere but noone seems to be having similar issues.