For further actions, you may consider blocking this person and/or reporting abuse
Read next
Building a Basic Testing Framework in Bash 🐚
Piyush Chauhan -
2872. Maximum Number of K-Divisible Components
MD ARIFUL HAQUE -
Inceptive techniques to pull summaries and e-learning out of vocational training video series
Myles Dear -
Explaining Scoped Context in React with example
Pratik sharma -
Top comments (1)
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 believeplugins
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 usezsh
as their default shell.Some comments have been hidden by the post's author - find out more