DEV Community

0xkoji
0xkoji

Posted on • Edited on

removed

Top comments (1)

Collapse
 
moopet profile image
Info Comment hidden by post author - thread only accessible via permalink
Ben Sinclair

ZSH_CUSTOM isn't set by default and the command you've supplied expects either that variable to be populated or oh-my-zsh to be installed, and I believe plugins is an oh-my-zsh thing as well.

If you want to use this autocomplete, you can source it directly from your .zshrc file, from wherever you checked it out to.

It's not specific to WSL, rather to any system running zsh. WSL can run other distros which don't use zsh as their default shell.

Some comments have been hidden by the post's author - find out more