Prepare development environtment WSL2

Download 2 file:

https://drive.google.com/file/d/1-WoxVtRvmA1e1287XXoiiyDqOafhq2mK/view?usp=sharing

https://drive.google.com/file/d/1hNAIRM60_W-WjXSz_sqNAJaxLHFNsOaD/view?usp=sharing

Move to ~:

mv /mnt/c/Users/hello/Downloads/.bash_aliases ~
mv /mnt/c/Users/hello/Downloads/export ~

Change file permission:

chmod u+x .bash_aliases export

Add to the end of file ~/.bashrc

if [ -f ~/export ]; then
    . ~/export
fi

Restart or run command source ~/.bashrc and enjoy :))



Copyright © 2013-present Magento, Inc. All rights reserved.