I have install this plugin in iterm2 and it works fine after adding
source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh
this command in my mac. But after closing the iterm2 and reopen it , the auto suggestion is not working.
Do I need to add any command to work with in iterm startup.
Thanks
You'll need to source the file every time you start a new shell session. This can be easily done by adding it to the .zshrc file in your home directory. Check out step 2 of the manual installation section on the readme: https://github.com/zsh-users/zsh-autosuggestions#manual
I did the manual process . but still no luck 👎
Are other things from your .zshrc being applied?
I am sorry . Its an issue from my end . There was a line in that file name plugins = (git) . And I repeated with new plugins=(zsh-autosuggestions) line. If you guys mention this in that tutorial that will be helpful for the novice users.
Thanks
Ah ok glad you got it sorted 👍
I am sorry . Its an issue from my end . There was a line in that file name plugins = (git) . And I repeated with new plugins=(zsh-autosuggestions) line. If you guys mention this in that tutorial that will be helpful for the novice users.
Thanks
After trying few ways to resolve this, I also solved this problem with your way.
Thanks :)
Most helpful comment
I am sorry . Its an issue from my end . There was a line in that file name plugins = (git) . And I repeated with new plugins=(zsh-autosuggestions) line. If you guys mention this in that tutorial that will be helpful for the novice users.
Thanks