zsh-users / zsh-autosuggestions

Fish-like autosuggestions for zsh
MIT License
30.95k stars 1.86k forks source link

windows 10 WSL gives error #568

Closed shinebayar-g closed 3 years ago

shinebayar-g commented 3 years ago

Hi. I've just installed the plugin on Windows 10's WSL. I use oh my zsh and followed the installation as noted here.

After opening new shell, plugin gives following error. How to fix?

[oh-my-zsh] Insecure completion-dependent directories detected:
drwxrwxrwx 1 user user 4096 Oct 17 01:25 /home/user/.oh-my-zsh/custom/plugins/zsh-autosuggestions

[oh-my-zsh] For safety, we will not load completions from these directories until
[oh-my-zsh] you fix their permissions and ownership and restart zsh.
[oh-my-zsh] See the above list for directories with group or other writability.

[oh-my-zsh] To fix your permissions you can do so by disabling
[oh-my-zsh] the write permission of "group" and "others" and making sure that the
[oh-my-zsh] owner of these directories is either root or your current user.
[oh-my-zsh] The following command may help:
[oh-my-zsh]     compaudit | xargs chmod g-w,o-w

[oh-my-zsh] If the above didn't help or you want to skip the verification of
[oh-my-zsh] insecure directories you can set the variable ZSH_DISABLE_COMPFIX to
[oh-my-zsh] "true" before oh-my-zsh is sourced in your zshrc file.
shinebayar-g commented 3 years ago

Fixed. I ran the command as suggested in the output.

compaudit | xargs chmod g-w,o-w ~/.oh-my-zsh

It fixed the error.